From 1518e180dfc3660e5af858ca796d68374ef061c2 Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Tue, 24 Apr 2018 09:14:37 +0100 Subject: [PATCH] Update rustc version to get bitcode builds --- build/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.rs b/build/version.rs index 66b38976..f67ff18c 100644 --- a/build/version.rs +++ b/build/version.rs @@ -19,7 +19,7 @@ use rustc_version::{ /// MIN_VERSION should be changed when there's a new minimum version of rustc required /// to build the project. -static MIN_VERSION: &'static str = "1.24.0"; +static MIN_VERSION: &'static str = "1.25.0"; fn main() { let ver = version().unwrap();