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
commit 59fdd7c84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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<()> {