diff options
Diffstat (limited to 'Cargo.toml')
-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" |