From 2a079aa7cf9b8cf90be0c6153c03f530418eee40 Mon Sep 17 00:00:00 2001 From: Joshua Rudolph Date: Wed, 19 Jun 2024 13:16:18 -0500 Subject: [PATCH] Bumped version to 0.2.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43feb27..b9952a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transient" -version = "0.2.0" +version = "0.2.1" description = "Reimplementation of `std::any::Any` with support for non-`'static` types" authors = ["Joshua Rudolph "] readme = "README.md"