From 8de1891724ba95f767b0881fb77140f2de67214b Mon Sep 17 00:00:00 2001 From: n08i40k Date: Mon, 26 May 2025 05:30:44 +0400 Subject: [PATCH] chore(release): bump version to 1.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46e4ed1..23800b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2890,7 +2890,7 @@ dependencies = [ [[package]] name = "schedule-parser-rusted" -version = "1.0.3" +version = "1.0.5" dependencies = [ "actix-macros 0.1.0", "actix-test", diff --git a/Cargo.toml b/Cargo.toml index d81a0c6..ef0bf8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["actix-macros", "actix-test", "schedule-parser"] [package] name = "schedule-parser-rusted" -version = "1.0.3" +version = "1.0.5" edition = "2024" publish = false