diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-25 15:35:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-25 15:35:36 +0000 |
commit | 59fdd7c84c5fdc16573f3cca4081d6735eaa9208 (patch) | |
tree | eb4a77d563b2d26215f665f7737ae808d9407fbb /xtask/src | |
parent | f6f582dec4c0d2e9ad22d5a753ba92192dec9d31 (diff) | |
parent | bdee55d66bc8d1ffe5aaf51acbea28bccf6cb8c6 (diff) |
Merge #8197
8197: Rust 1.51 r=lnicola a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'xtask/src')
-rw-r--r-- | xtask/src/install.rs | 2 |
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}; | |||
8 | use crate::flags; | 8 | use 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. |
11 | const REQUIRED_RUST_VERSION: u32 = 50; | 11 | const REQUIRED_RUST_VERSION: u32 = 51; |
12 | 12 | ||
13 | impl flags::Install { | 13 | impl flags::Install { |
14 | pub(crate) fn run(self) -> Result<()> { | 14 | pub(crate) fn run(self) -> Result<()> { |