Skip to content

Commit

Permalink
Bump minimum Rust to 1.12.0
Browse files Browse the repository at this point in the history
Rust 1.11 had an old behaviour for `tt` matchers that has been fixed in
Rust 1.12 (rust-lang/rust#34908).
  • Loading branch information
hcpl committed Jan 27, 2019
1 parent 1d42749 commit 97c59e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: rust
rust:
- beta
- stable
- 1.11.0
- 1.12.0
script:
- cargo test

0 comments on commit 97c59e3

Please sign in to comment.