From 69d0820fdbf02a26b3431d87457c0af4d5b80164 Mon Sep 17 00:00:00 2001 From: Goren Barak Date: Thu, 30 Nov 2023 14:11:25 -0500 Subject: [PATCH] Created version 0.1.01 with README --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fc4d5e..2df3797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "templest" -version = "0.1.0" +version = "0.1.01" edition = "2021" description = "A procedural macro to manage temporary variables" license = "Unlicense"