From a5b6db74e54c140345fe1660337efa45e1b9cdce Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 1 Aug 2019 17:57:13 -0700 Subject: [PATCH] Bump minimum Rust version to 1.34.0 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71caeae1..b0571af9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: # - luacov-coveralls -e $TRAVIS_BUILD_DIR/lua_install - language: rust - rust: 1.32.0 + rust: 1.34.0 cache: cargo script: diff --git a/README.md b/README.md index 95496343..f1ca5e16 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you find any mistakes, feel free to make changes in the [docs](https://github ## Contributing Pull requests are welcome! -Rojo supports Rust 1.32 and newer. +Rojo supports Rust 1.34.0 and newer. ## License Rojo is available under the terms of the Mozilla Public License, Version 2.0. See [LICENSE.txt](LICENSE.txt) for details. \ No newline at end of file