From 20389229affbe975cca60bb921be532a665b99cb Mon Sep 17 00:00:00 2001 From: Klimenty Titov Date: Tue, 4 Jun 2024 08:58:28 +0300 Subject: [PATCH] Bumped 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c802549..25c0d0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cc-utils" description = "Rust Fullstack utils (strict error handling, `Consider` trait, MessagePack support, etc.) for Salvo & Dioxus" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" authors = ["Klimenty Titov "]