Skip to content

Commit 92cde65

Browse files
committed
Increase minimum Rustc version to 1.22
This is required by the new code (but see lazy_static code for a workaround supporting older Rustc).
1 parent 651ec39 commit 92cde65

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
@@ -3,7 +3,7 @@ sudo: false
33

44
matrix:
55
include:
6-
- rust: 1.15.0
6+
- rust: 1.22.0
77
script:
88
- cargo test
99
- cargo build --no-default-features # we cannot exclude doc tests

0 commit comments

Comments
 (0)