diff --git a/Cargo.lock b/Cargo.lock index 25667fd..abf8141 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2876,7 +2876,7 @@ dependencies = [ [[package]] name = "schedule-parser-rusted" -version = "1.0.1" +version = "1.0.2" dependencies = [ "actix-macros 0.1.0", "actix-test", diff --git a/Cargo.toml b/Cargo.toml index a4eb771..12e5e7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["actix-macros", "actix-test"] [package] name = "schedule-parser-rusted" -version = "1.0.1" +version = "1.0.2" edition = "2024" publish = false