diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-21 20:37:16 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-21 20:37:42 +0100 |
commit | 29d0acb48a03a08eff63d0c40c2e6961f250cb89 (patch) | |
tree | 8df9113339d124d1b605d2e26e7922ba4ac76612 /Cargo.toml | |
parent | f897ac6b6027693fe197ee7b6ce9f7fe428e8440 (diff) |
fix code highlighting & ui-tests, bump to 0.3.1v0.3.1
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.0" +version = "0.3.1" description = "proc macro to make traits with associated types object-safe" authors = ["Martin Fischer <martin@push-f.com>"] license = "MIT" |