diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-19 12:19:25 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-19 12:19:25 +0100 |
commit | d9e1b4e560d93c4245d6ffe41d4970724ede4f43 (patch) | |
tree | b4b1cd9dad29891c8304eb64e9dd04378b1e998b | |
parent | 79ff6d3cd0602399f3bdc6ac8d52f4c6983e5cb8 (diff) |
bump version to 0.2.0v0.2.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "dynamize" -version = "0.1.0" +version = "0.2.0" description = "proc macro to make traits with associated types object-safe" authors = ["Martin Fischer <martin@push-f.com>"] license = "MIT" |