aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-23 07:55:25 +0100
committerMartin Fischer <martin@push-f.com>2021-11-23 08:23:03 +0100
commit010d91946605b03db5975fa39c5c9b46ef4c985a (patch)
tree3ae3c785698be4d64411b9a18279c1336bcbc0c2
parent2ac214d58ba94e915907511a4468bbfa89b6d821 (diff)
update description & tags, bump version to 0.3.4v0.3.4
-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"