From 49d589d65e36bdecb3dd45db2edb3ebb3fccdaf9 Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Mon, 3 Jul 2023 16:07:57 +0200 Subject: [PATCH] Correct version in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1184f4..53ec779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqpad" -version = "1.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html