aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-21 21:36:15 +0100
committerMartin Fischer <martin@push-f.com>2021-11-21 21:36:28 +0100
commit8345637cb9f21fdcfcaa13a48329137e5527a0d3 (patch)
treef9b2c4c74d301223a992015dcc4cd3b329fb4cd3 /Cargo.toml
parent29d0acb48a03a08eff63d0c40c2e6961f250cb89 (diff)
auto-box all trait bounds, bump version to 0.3.2v0.3.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d6fec25..51fed6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dynamize"
-version = "0.3.1"
+version = "0.3.2"
description = "proc macro to make traits with associated types object-safe"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"