Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
- Improve internal implementation of arguments.
- Accept and pass through `mut` before argument names.
- Add an example for a simplified serde-like use case.
- Add a note for the limitation related to lifetimes.
  • Loading branch information
ozars committed Apr 13, 2024
1 parent 38665f0 commit f84ff9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specialized-dispatch"
description = "A library for dispatching specialized versions of a function"
version = "0.2.0"
version = "0.2.1"
authors = ["Omer Ozarslan"]
edition = "2021"
repository = "https://github.com/ozars/specialized-dispatch"
Expand Down

0 comments on commit f84ff9a

Please sign in to comment.