mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 19:43:24 +00:00
Bump rust to latest stable 1.50
This commit is contained in:
parent
cf44953210
commit
cb24d323fe
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user