From 71a8b2c88926b9375f6ebca97f8af874399fb250 Mon Sep 17 00:00:00 2001 From: William Brown Date: Tue, 10 Feb 2026 10:58:48 +1000 Subject: [PATCH] Release 0.5.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2be0514..e67ac1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concread" -version = "0.5.9" +version = "0.5.10" authors = ["William Brown "] edition = "2021" description = "Concurrently Readable Data-Structures for Rust"