aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-25 15:35:36 +0000
committerGitHub <[email protected]>2021-03-25 15:35:36 +0000
commit59fdd7c84c5fdc16573f3cca4081d6735eaa9208 (patch)
treeeb4a77d563b2d26215f665f7737ae808d9407fbb
parentf6f582dec4c0d2e9ad22d5a753ba92192dec9d31 (diff)
parentbdee55d66bc8d1ffe5aaf51acbea28bccf6cb8c6 (diff)
Merge #8197
8197: Rust 1.51 r=lnicola a=kjeremy Co-authored-by: kjeremy <[email protected]>
-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<()> {