From 7ca14986f9a2b6edbc1abd094c2662a2aca4bf96 Mon Sep 17 00:00:00 2001 From: Goren Barak Date: Fri, 1 Dec 2023 15:59:04 -0500 Subject: [PATCH] added 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 282527d..243f428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "temp" -version = "0.1.1" +version = "1.0.0" edition = "2021" description = "A procedural macro to manage temporary variables" license = "Unlicense"