Skip to content

Commit

Permalink
rust: Update MSRV to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Sep 10, 2023
1 parent ded1115 commit d577f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- ubuntu-latest
- windows-latest
rust:
- 1.66.0 # MSRV (also change in Cargo.toml)
- 1.67.0 # MSRV (also change in Cargo.toml)
- stable
- nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "EUPL-1.2"
edition = "2021"

# MSRV (also change in CI)
rust-version = "1.66"
rust-version = "1.67"

[dependencies]
serde = { version = "1.0.120", features = ["rc"] }
Expand Down

0 comments on commit d577f3b

Please sign in to comment.