From 466ffac01b28c2f2b5aead700c3f14b119c036d5 Mon Sep 17 00:00:00 2001 From: Xudong-Huang Date: Fri, 8 Nov 2024 13:53:53 +0800 Subject: [PATCH] :pencil: bump version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88f9a73..0404f4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rcu_cell" edition = "2021" -version = "0.2.1" +version = "0.2.2" description = "a lockless rcu cell implementation" authors = ["Xudong Huang "] categories = ["concurrency", "data-structures", "no-std"]