From 3d0b6c6d68f9621426e372753ee1c57b968fd365 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Fri, 21 Jul 2023 01:07:58 +0100 Subject: [PATCH] Release v1.0.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d93a229..7dfed9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "archery" description = "Abstract over the atomicity of reference-counting pointers" -version = "0.5.1-pre" +version = "1.0.0" authors = ["Diogo Sousa "] edition = "2021"