Skip to content

Commit

Permalink
Merge pull request #6 from Hexagon/release-2.0.5
Browse files Browse the repository at this point in the history
Dependency update. Version bump.
  • Loading branch information
Hexagon authored Jul 24, 2024
2 parents 1326c74 + 00a2f38 commit 9866925
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "croner"
version = "2.0.4"
version = "2.0.5"
edition = "2021"
license = "MIT"
description = "Fully-featured, lightweight, and efficient Rust library designed for parsing and evaluating cron patterns"
Expand All @@ -16,11 +16,11 @@ name = "croner"
path = "src/lib.rs"

[dependencies]
chrono = "0.4.31"
chrono = "0.4.38"

[dev-dependencies]
chrono-tz = "0.8.4"
criterion = "0.3"
chrono-tz = "0.9.0"
criterion = "0.5.1"

[[bench]]
name = "croner_bench"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add `croner` to your `Cargo.toml` dependencies:

```toml
[dependencies]
croner = "2.0.3" # Adjust the version as necessary
croner = "2.0.5" # Adjust the version as necessary
```

### Usage
Expand Down

0 comments on commit 9866925

Please sign in to comment.