From 23055196fc012633bc11415c8e6f8d4333b92a83 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 31 May 2019 10:14:28 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1460003c7..2465863fe3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: