Skip to content

Commit

Permalink
.travis.yml: Bump polyval MSRV to 1.32.0
Browse files Browse the repository at this point in the history
The POLYVAL tests are failing on Rust 1.27.0, but passing on newer
versions, suggesting there may be something amiss with `core::arch`
support for `pclmulqdq` on older Rust versions.

This bumps it up to our ideal MSRV, as 1.32.0+ would allow us to replace
the dependency on the `byteorder` crate with equivalent `core`
functions.
  • Loading branch information
tarcieri committed Aug 26, 2019
1 parent 0a73d03 commit ff27089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ matrix:
- cargo build --verbose --all --exclude=polyval --tests

# polyval presently needs either RUSTFLAGS or non-default features
- name: "Rust: 1.27.0 (polyval)"
rust: 1.27.0
- name: "Rust: 1.32.0 (polyval)"
rust: 1.32.0
script: ./test_polyval.sh
- name: "Rust: stable (polyval)"
rust: stable
Expand Down

0 comments on commit ff27089

Please sign in to comment.