We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f582d + bdee55d commit 59fdd7cCopy full SHA for 59fdd7c
xtask/src/install.rs
@@ -8,7 +8,7 @@ use xshell::{cmd, pushd};
8
use crate::flags;
9
10
// Latest stable, feel free to send a PR if this lags behind.
11
-const REQUIRED_RUST_VERSION: u32 = 50;
+const REQUIRED_RUST_VERSION: u32 = 51;
12
13
impl flags::Install {
14
pub(crate) fn run(self) -> Result<()> {
0 commit comments