Bump the minimum required Rust version to 1.34.
1.34 was [released] on April 11, so it satisfies the stable Rust [policy]. Notably, this version includes the new `try_from` features. [released]: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html [policy]: https://github.com/CraneStation/cranelift/blob/master/CONTRIBUTING.md#rustc-version-support
This commit is contained in:
committed by
Benjamin Bouvier
parent
da1baf7481
commit
23055196fc
@@ -7,7 +7,7 @@ language: rust
|
||||
rust:
|
||||
# The oldest version we currently support. See
|
||||
# CONTRIBUTING.md#rustc-version-support for details.
|
||||
- 1.33.0
|
||||
- 1.34.0
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user