From 2ba09773e8687768a048df56a1f802e5f15f3f5c Mon Sep 17 00:00:00 2001 From: Vladimir Ulogov Date: Sat, 14 Sep 2024 13:02:16 -0600 Subject: [PATCH] Dev #71 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f807850..b3a4a61 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.20.0" +version = "0.21.0" edition = "2021" license-file = "LICENSE" repository = "https://github.com/vulogov/rust_dynamic"