Bump minimum Rust version to 1.34.0

This commit is contained in:
Lucien Greathouse
2019-08-01 17:57:13 -07:00
parent cbe4467a22
commit a5b6db74e5
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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.