aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-22 16:18:11 +0100
committerMartin Fischer <martin@push-f.com>2021-11-22 16:18:11 +0100
commit5acabbdc3f56d63a3e5bf335184c226a4b18052f (patch)
tree5524d56433b658aef27de5b33164abdf9b5dc522
parent346113bbebddbd199b61249957c7569514071e89 (diff)
bump version to 0.3.3v0.3.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51fed6e..ec3d4d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dynamize"
-version = "0.3.2"
+version = "0.3.3"
description = "proc macro to make traits with associated types object-safe"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"