Skip to content

Commit 59fdd7c

Browse files
bors[bot]kjeremy
andauthored
Merge #8197
8197: Rust 1.51 r=lnicola a=kjeremy Co-authored-by: kjeremy <[email protected]>
2 parents f6f582d + bdee55d commit 59fdd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use xshell::{cmd, pushd};
88
use crate::flags;
99

1010
// Latest stable, feel free to send a PR if this lags behind.
11-
const REQUIRED_RUST_VERSION: u32 = 50;
11+
const REQUIRED_RUST_VERSION: u32 = 51;
1212

1313
impl flags::Install {
1414
pub(crate) fn run(self) -> Result<()> {

0 commit comments

Comments
 (0)