Skip to content

Commit

Permalink
CI: Increase MSRV to 1.60.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Sep 3, 2023
1 parent 4328252 commit 1b5656d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ jobs:
rust_channel:
- stable
- nightly
- 1.57 # MSRV
# Some benchmarking dependencies require 1.60.
- 1.60.0 # MSRV
- beta

include:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "doc/link-to-readme.md"
repository = "https://github.com/briansmith/ring"

# Keep in sync with .github/workflows/ci.yml ("MSRV").
rust-version = "1.57"
rust-version = "1.60.0"

# Keep in sync with `links` below.
version = "0.17.0-not-released-yet"
Expand Down

0 comments on commit 1b5656d

Please sign in to comment.