3 Commits

Author SHA1 Message Date
e3904a255b chore(release): bump version to 1.1.0 2025-09-02 09:23:29 +04:00
829c1cf68d chore(deps): bump calamine version 2025-09-02 09:20:02 +04:00
6a535f8d73 chore(ci): remove creating .env.test 2025-09-02 09:20:02 +04:00
4 changed files with 10 additions and 9 deletions

View File

@@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Create .env.test
run: touch .env.test
- name: Run tests
run: cargo test
env:

11
Cargo.lock generated
View File

@@ -500,8 +500,9 @@ dependencies = [
[[package]]
name = "calamine"
version = "0.27.0"
source = "git+https://github.com/prophittcorey/calamine.git?branch=fix%2Fzip-3.0#18629d465f3166c03ab5b454dd5d72851ed99141"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aeb09f84576a634da713630e11e431a744b91f1f8114c2ff0760189783a8a1"
dependencies = [
"atoi_simd",
"byteorder 1.5.0",
@@ -2422,7 +2423,7 @@ dependencies = [
[[package]]
name = "schedule-parser-rusted"
version = "1.0.5"
version = "1.1.0"
dependencies = [
"actix-macros 0.1.0",
"actix-test",
@@ -3843,9 +3844,9 @@ dependencies = [
[[package]]
name = "zip"
version = "4.0.0"
version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd"
checksum = "c034aa6c54f654df20e7dc3713bc51705c12f280748fb6d7f40f87c696623e34"
dependencies = [
"arbitrary",
"crc32fast",

View File

@@ -3,7 +3,7 @@ members = ["actix-macros", "actix-test", "providers"]
[package]
name = "schedule-parser-rusted"
version = "1.0.5"
version = "1.1.0"
edition = "2024"
publish = false

View File

@@ -20,7 +20,7 @@ derive_more = { version = "2.0.1", features = ["error", "display"] }
utoipa = { version = "5.4.0", features = ["macros", "chrono"] }
calamine = { git = "https://github.com/prophittcorey/calamine.git", branch = "fix/zip-3.0" }
calamine = "0.30.0"
async-trait = "0.1.89"
reqwest = "0.12.23"