From d66498daa5f960d4fcb1ce70fa069568daaff2ba Mon Sep 17 00:00:00 2001 From: Harish Rajagopal Date: Sun, 29 Dec 2024 10:43:32 +0100 Subject: [PATCH] Fix Cargo.toml version Fixes #106. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e939ed3..d6d5c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "regreet" -version = "0.1.2" +version = "0.1.3" authors = ["Harish Rajagopal "] edition = "2021" rust-version = "1.75"