Skip to content

Commit 2c4f62c

Browse files
committed
Bump the minimum rust version to 1.31.0
This is the version mentioned in the num_complex doc.
1 parent eaf796a commit 2c4f62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22

33
rust:
4-
- 1.27.2
4+
- 1.31.0
55
- nightly
66
- beta
77
- stable
@@ -18,7 +18,7 @@ matrix:
1818
- rust: nightly
1919

2020
before_script:
21-
- if [ "$TRAVIS_RUST_VERSION" == "1.27.2" ]; then rm -f tests/macro_import.rs; fi
21+
- if [ "$TRAVIS_RUST_VERSION" == "1.31.0" ]; then rm -f tests/macro_import.rs; fi
2222
- cargo build --verbose
2323

2424
script:

0 commit comments

Comments
 (0)