Skip to content

Commit

Permalink
Update to Cargo 0.41
Browse files Browse the repository at this point in the history
Needed for compatibility with the new Cargo.lock format.

Also bump minimum version as needed.

Fixes meta-rust#13
  • Loading branch information
tylerwhall committed Mar 26, 2020
1 parent 4693257 commit 2164ba3
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 420 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rust:
- nightly
- beta
- stable
- 1.34.0 # minimum supported version (because of TryFrom)
- 1.36.0 # minimum supported version (because of MaybeUninit)
matrix:
allow_failures:
- rust: nightly
Expand Down
Loading

0 comments on commit 2164ba3

Please sign in to comment.