8197: Rust 1.51 r=lnicola a=kjeremy



Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
bors[bot]
2021-03-25 15:35:36 +00:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ use xshell::{cmd, pushd};
use crate::flags;
// Latest stable, feel free to send a PR if this lags behind.
const REQUIRED_RUST_VERSION: u32 = 50;
const REQUIRED_RUST_VERSION: u32 = 51;
impl flags::Install {
pub(crate) fn run(self) -> Result<()> {