Skip to content

Commit

Permalink
Raise the minimum-supported rust version to 1.71.1
Browse files Browse the repository at this point in the history
Bump the oldest toolchain we test against (MSRV) to 1.71.1
for the sake of the env_logger dev-dependency, used by
the example ppoprf server and client.

This is again quite recent (August of last year) but
meets our downstream requirements.
  • Loading branch information
rillian committed Jan 24, 2024
1 parent 505a8bd commit 2af4296
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 2af4296

Please sign in to comment.