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.
1 parent f6f582d commit bdee55dCopy full SHA for bdee55d
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