aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2021-03-25 15:34:13 +0000
committerkjeremy <[email protected]>2021-03-25 15:34:13 +0000
commitbdee55d66bc8d1ffe5aaf51acbea28bccf6cb8c6 (patch)
treeeb4a77d563b2d26215f665f7737ae808d9407fbb /xtask
parentf6f582dec4c0d2e9ad22d5a753ba92192dec9d31 (diff)
Rust 1.51
Diffstat (limited to 'xtask')
-rw-r--r--xtask/src/install.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/install.rs b/xtask/src/install.rs
index 177028b08..91d6a2853 100644
--- a/xtask/src/install.rs
+++ b/xtask/src/install.rs
@@ -8,7 +8,7 @@ use xshell::{cmd, pushd};
8use crate::flags; 8use crate::flags;
9 9
10// Latest stable, feel free to send a PR if this lags behind. 10// Latest stable, feel free to send a PR if this lags behind.
11const REQUIRED_RUST_VERSION: u32 = 50; 11const REQUIRED_RUST_VERSION: u32 = 51;
12 12
13impl flags::Install { 13impl flags::Install {
14 pub(crate) fn run(self) -> Result<()> { 14 pub(crate) fn run(self) -> Result<()> {