From 64071234551d6d09cb4451cb01888b984b346e81 Mon Sep 17 00:00:00 2001 From: Vladimir Ulogov Date: Mon, 16 Sep 2024 19:07:53 -0600 Subject: [PATCH] Dev #74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"