From 51e4809260888f9796e9158ec0d13ede29e44de5 Mon Sep 17 00:00:00 2001 From: Andreas Fackler Date: Tue, 23 Jul 2019 12:41:26 +0200 Subject: [PATCH] Upgrade Travis to Rust 1.36.0, too. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0826c1..125512d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - 1.35.0 + - 1.36.0 cache: cargo: true timeout: 1200 diff --git a/README.md b/README.md index b5f8411..8835f1f 100644 --- a/README.md +++ b/README.md @@ -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]