Skip to content

Commit

Permalink
Bump MSRV to 1.40
Browse files Browse the repository at this point in the history
This is due to env_logger 0.8; but also 1.40 is now a year old.
  • Loading branch information
ctz committed Nov 22, 2020
1 parent f5467c1 commit cd112e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
clippy_toolchain: 1.39.0
minimum_toolchain: 1.39.0
clippy_toolchain: 1.40.0
minimum_toolchain: 1.40.0

resources:
repositories:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- stable
- beta
- nightly
- 1.39.0 # our MSRV
- 1.40.0 # our MSRV
os: [ubuntu-18.04]
# but only stable on macos/windows (slower platforms)
include:
Expand Down

0 comments on commit cd112e4

Please sign in to comment.