From c1e247c7ae2290916ae1f9862513dd86b7a44f09 Mon Sep 17 00:00:00 2001 From: Xudong Huang Date: Fri, 27 Dec 2024 16:21:42 +0800 Subject: [PATCH] :pencil: bump version to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 511e8bf..1d8a79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rcu_cell" edition = "2021" -version = "1.1.6" +version = "1.2.0" description = "a lockless rcu cell implementation" authors = ["Xudong Huang "] categories = ["concurrency", "data-structures", "no-std"]