aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ec3d4d0..b63437f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"