Update rustc version to get bitcode builds
This commit is contained in:
parent
bda1ec4d0a
commit
1518e180df
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue