From fceffb900d7b3b9031597f030bfb097699e3b35c Mon Sep 17 00:00:00 2001 From: N08I40K Date: Fri, 18 Apr 2025 00:29:04 +0400 Subject: [PATCH] release/v1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abf8141..ce5a742 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2876,7 +2876,7 @@ dependencies = [ [[package]] name = "schedule-parser-rusted" -version = "1.0.2" +version = "1.0.3" dependencies = [ "actix-macros 0.1.0", "actix-test", diff --git a/Cargo.toml b/Cargo.toml index 12e5e7d..43ae97b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["actix-macros", "actix-test"] [package] name = "schedule-parser-rusted" -version = "1.0.2" +version = "1.0.3" edition = "2024" publish = false