Skip to content

Commit 97c59e3

Browse files
committed
Bump minimum Rust to 1.12.0
Rust 1.11 had an old behaviour for `tt` matchers that has been fixed in Rust 1.12 (rust-lang/rust#34908).
1 parent 1d42749 commit 97c59e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: rust
22
rust:
33
- beta
44
- stable
5-
- 1.11.0
5+
- 1.12.0
66
script:
77
- cargo test

0 commit comments

Comments
 (0)