Skip to content

Commit 082e522

Browse files
committed
Update MSRV to 1.31.0 as discussed in rust-lang-deprecated#319
1 parent 90299c2 commit 082e522

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: rust
22
rust:
3-
- 1.18.0
3+
- 1.31.0
44
- stable
55
- beta
66
- nightly
77
cache: cargo
88
script:
9-
- if [ "$TRAVIS_RUST_VERSION" == "1.18.0" ]; then cp Cargo.lock.ci Cargo.lock; fi
9+
- if [ "$TRAVIS_RUST_VERSION" == "1.31.0" ]; then cp Cargo.lock.ci Cargo.lock; fi
1010
- cargo test
1111
- cargo test --features backtrace
1212
- cargo check --no-default-features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ pub fn read_toolchains(path: PathBuf) -> Result<Toolchains, Error>
100100
## Requirements
101101

102102
Both failure and failure_derive are intended to compile on all stable versions
103-
of Rust newer than 1.18.0, as well as the latest beta and the latest nightly.
104-
If either crate fails to compile on any version newer than 1.18.0, please open
103+
of Rust newer than 1.31.0, as well as the latest beta and the latest nightly.
104+
If either crate fails to compile on any version newer than 1.31.0, please open
105105
an issue.
106106

107107
failure is **no_std** compatible, though some aspects of it (primarily the

0 commit comments

Comments
 (0)