Upgrade Travis to Rust 1.36.0, too.

This commit is contained in:
Andreas Fackler 2019-07-23 12:41:26 +02:00 committed by Andreas Fackler
parent ccd96adc35
commit 51e4809260
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: rust
rust:
- 1.35.0
- 1.36.0
cache:
cargo: true
timeout: 1200

View File

@ -71,7 +71,7 @@ _**Note:** Additional examples are currently in progress._
### Build
Requires Rust 1.30 or higher and `cargo`: [installation instructions.](https://www.rust-lang.org/en-US/install.html) The library is tested against the `stable` release channel.
Requires Rust 1.36 or higher and `cargo`: [installation instructions.](https://www.rust-lang.org/en-US/install.html) The library is tested against the `stable` release channel.
```
$ cargo build [--release]