aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-19 12:19:25 +0100
committerMartin Fischer <martin@push-f.com>2021-11-19 12:19:25 +0100
commitd9e1b4e560d93c4245d6ffe41d4970724ede4f43 (patch)
treeb4b1cd9dad29891c8304eb64e9dd04378b1e998b
parent79ff6d3cd0602399f3bdc6ac8d52f4c6983e5cb8 (diff)
bump version to 0.2.0v0.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b31a88..f39ac1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"