From e04d4622234527594cca80e035a76f511d11a146 Mon Sep 17 00:00:00 2001 From: N08I40K Date: Thu, 17 Apr 2025 23:07:29 +0400 Subject: [PATCH] 1.0.1 --- .github/workflows/test.yml | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb83801..d187fe2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,7 @@ name: cargo test on: push: branches: [ "master" ] + tags-ignore: [ "release/v*" ] permissions: contents: read diff --git a/Cargo.lock b/Cargo.lock index 35e785e..25667fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2876,7 +2876,7 @@ dependencies = [ [[package]] name = "schedule-parser-rusted" -version = "0.8.0" +version = "1.0.1" dependencies = [ "actix-macros 0.1.0", "actix-test", diff --git a/Cargo.toml b/Cargo.toml index 054afdd..a4eb771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["actix-macros", "actix-test"] [package] name = "schedule-parser-rusted" -version = "0.8.0" +version = "1.0.1" edition = "2024" publish = false