Skip to content

Commit f84ff9a

Browse files
committed
Release 0.2.1
- 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.
1 parent 38665f0 commit f84ff9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "specialized-dispatch"
33
description = "A library for dispatching specialized versions of a function"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
authors = ["Omer Ozarslan"]
66
edition = "2021"
77
repository = "https://github.com/ozars/specialized-dispatch"

0 commit comments

Comments
 (0)