Skip to content

Commit

Permalink
Merge pull request #356 from brave/msrv-1.71
Browse files Browse the repository at this point in the history
Raise the minimum-supported rust version to 1.71.1
  • Loading branch information
rillian authored Jan 29, 2024
2 parents 505a8bd + 2af4296 commit c8fefbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nostd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
rust: [1.70.0, stable]
rust: [1.71.1, stable]
os: [ubuntu-20.04]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
rust: [1.70.0, stable]
rust: [1.71.1, stable]
os: [ubuntu-20.04]

env:
Expand Down

0 comments on commit c8fefbf

Please sign in to comment.