mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 03:03:21 +00:00
Rust 1.51
This commit is contained in:
parent
f6f582dec4
commit
bdee55d66b
@ -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<()> {
|
||||
|
Loading…
Reference in New Issue
Block a user