aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-21 20:30:13 +0100
committerMartin Fischer <martin@push-f.com>2021-11-21 20:30:13 +0100
commitf897ac6b6027693fe197ee7b6ce9f7fe428e8440 (patch)
tree2d4fdaa1e107ffa9aeadfaec9ad8acebbee5666a
parent3234eb03a9150e14ecabaa63a8a45c27caf9698b (diff)
bump version to 0.3.0v0.3.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56c0f4c..1e4c207 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dynamize"
-version = "0.2.0"
+version = "0.3.0"
description = "proc macro to make traits with associated types object-safe"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"