From 010d91946605b03db5975fa39c5c9b46ef4c985a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 23 Nov 2021 07:55:25 +0100 Subject: update description & tags, bump version to 0.3.4 --- Cargo.toml | 6 +++--- 1 file 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 "] 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" -- cgit v1.2.3