Skip to content

Commit

Permalink
travis: exercise 1.31.1 and 1.32
Browse files Browse the repository at this point in the history
1.31.1 is our intended MSRV (Minimum Supported Rust Version), but we probably
don't actually work there because of an insufficiently-constrained dependency
that requires 1.32.

1.32 is probably our actual MSRV, and will be the one we aim for going
forward.

refs RustCrypto#21
  • Loading branch information
warner committed Aug 7, 2019
1 parent 902c728 commit 6bbe308
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ rust:
- stable
- beta
- nightly
- 1.31.1
- 1.32
matrix:
include:
- rust: 1.31.0 # lock down for consistent rustfmt behavior
Expand All @@ -14,4 +16,5 @@ matrix:
allow_failures:
- rust: nightly
- env: RUSTFMT
- rust: 1.31.1
script: cargo test --release --verbose --all

0 comments on commit 6bbe308

Please sign in to comment.