diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-21 21:36:15 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-21 21:36:28 +0100 |
commit | 8345637cb9f21fdcfcaa13a48329137e5527a0d3 (patch) | |
tree | f9b2c4c74d301223a992015dcc4cd3b329fb4cd3 /Cargo.toml | |
parent | 29d0acb48a03a08eff63d0c40c2e6961f250cb89 (diff) |
auto-box all trait bounds, bump version to 0.3.2v0.3.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |