Merge #8197
8197: Rust 1.51 r=lnicola a=kjeremy Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
commit
59fdd7c84c
@ -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…
x
Reference in New Issue
Block a user