-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise the minimum-supported rust version to 1.71.1
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
rust: [1.70.0, stable] | ||
rust: [1.71.1, stable] | ||
os: [ubuntu-20.04] | ||
|
||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
rust: [1.70.0, stable] | ||
rust: [1.71.1, stable] | ||
os: [ubuntu-20.04] | ||
|
||
env: | ||
|