Skip to content

Commit bdee55d

Browse files
committed
Rust 1.51
1 parent f6f582d commit bdee55d

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)