Skip to content

Commit

Permalink
Bump MSRV to 1.40
Browse files Browse the repository at this point in the history
As discussed in commit 1a18345 ("Update dependenies", 2020-12-17), Rust
1.38's Cargo produces a backwards incompatible lock file format [1],
making "cargo update" effectively not work. cargo-lock [2] can change
the format of a lock file but that really doesn't fit into normal
operation. Bump MSRV to eliminate this hurdle; and move all the way to
1.40 to also eliminate the platform MSRV split.

[1] rust-lang/cargo#7579
[2] https://github.com/rustsec/cargo-lock
  • Loading branch information
commonquail committed Dec 18, 2020
1 parent 365c2f6 commit 6642c6b
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- build: pinned-linux
os: ubuntu-18.04
rust: 1.36.0
rust: 1.40.0

- build: stable
os: ubuntu-18.04
Expand Down
Loading

0 comments on commit 6642c6b

Please sign in to comment.