diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-23 07:55:25 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-23 08:23:03 +0100 |
commit | 010d91946605b03db5975fa39c5c9b46ef4c985a (patch) | |
tree | 3ae3c785698be4d64411b9a18279c1336bcbc0c2 | |
parent | 2ac214d58ba94e915907511a4468bbfa89b6d821 (diff) |
update description & tags, bump version to 0.3.4v0.3.4
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ [package] name = "dynamize" -version = "0.3.3" -description = "proc macro to make traits with associated types object-safe" +version = "0.3.4" +description = "trait objects with variable associated types" authors = ["Martin Fischer <martin@push-f.com>"] license = "MIT" repository = "https://git.push-f.com/dynamize" -keywords = ["proc-macro", "attribute", "dyn", "object-safe", "blanket"] +keywords = ["trait-object", "dyn", "blanket", "proc-macro", "attribute"] categories = ["rust-patterns"] edition = "2021" |