From 1c7b1ad540050db5d2c86286bc16c16af535f7cb Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Mon, 25 Feb 2019 02:48:45 +0000 Subject: [PATCH] Release v0.1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd5817c..060a66d 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.1.0-pre" +version = "0.1.0" authors = ["Diogo Sousa "] edition = "2018"