Skip to content

Commit

Permalink
bump msrv to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Apr 9, 2024
1 parent 1745fa9 commit c291478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- core dependencies have been updated
- latest rust nightly clippy lints have been applied
- a very unlikely but possible channel panic in case of a conflict resolution has been fixed
- bump MSRV to 1.70.0

## 0.9.1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "redhac"
version = "0.10.0"
edition = "2021"
rust-version = "1.65.0"
rust-version = "1.70.0"
license = "Apache-2.0 OR MIT"
authors = ["Sebastian Dobe <[email protected]"]
categories = ["caching"]
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ msrv-verify:

# find's the new MSRV, if it needs a bump
msrv-find:
cargo msrv --min 1.65.0
cargo msrv --min 1.70.0


# verify thats everything is good
Expand Down

0 comments on commit c291478

Please sign in to comment.