diff --git a/Cargo.toml b/Cargo.toml index 4eb2a53..aeb7145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust_dynamic" description = "Support for dynamically-typed values in run-time" -version = "0.22.0" +version = "0.23.0" edition = "2021" license-file = "LICENSE" repository = "https://github.com/vulogov/rust_dynamic"