7639: Bump rust to latest stable 1.50 r=kjeremy a=kjeremy



Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
bors[bot] 2021-02-12 17:02:42 +00:00 committed by GitHub
commit 29bc6b45fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ use anyhow::{bail, format_err, Context, Result};
use xshell::{cmd, pushd};
// Latest stable, feel free to send a PR if this lags behind.
const REQUIRED_RUST_VERSION: u32 = 47;
const REQUIRED_RUST_VERSION: u32 = 50;
pub struct InstallCmd {
pub client: Option<ClientOpt>,