Skip to content

Commit

Permalink
Merge branch 'main' into increase-clippy-strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde authored Mar 21, 2023
2 parents 0e1637f + 53741bd commit e29dc51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "MOIA Rust Maintainers"
git commit -am "Phantom release ${{ steps.calc_version.outputs.version }} [skip ci]"
- uses: Swatinem/rust-cache@v2
with:
shared-key: semver-cache
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/moia-oss/tinytime.rs"
repository = "https://github.com/moia-oss/tinytime.rs"
documentation = "https://docs.rs/tinytime"
edition = "2021"
version = "0.3.0"
version = "0.3.1"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down

0 comments on commit e29dc51

Please sign in to comment.