diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-12 17:02:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-12 17:02:42 +0000 |
commit | 29bc6b45fbcefc3369c14035126a8b0510b2ef60 (patch) | |
tree | c4c54308592a2227129258176db4e72c66500eb8 /xtask | |
parent | cf44953210cbfe189043417690fabd0037a6e74e (diff) | |
parent | cb24d323fe2b3508f3b31a380462bc8105890df9 (diff) |
Merge #7639
7639: Bump rust to latest stable 1.50 r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'xtask')
-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 3b79cca0d..4c5c2673c 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs | |||
@@ -6,7 +6,7 @@ use anyhow::{bail, format_err, Context, Result}; | |||
6 | use xshell::{cmd, pushd}; | 6 | use xshell::{cmd, pushd}; |
7 | 7 | ||
8 | // Latest stable, feel free to send a PR if this lags behind. | 8 | // Latest stable, feel free to send a PR if this lags behind. |
9 | const REQUIRED_RUST_VERSION: u32 = 47; | 9 | const REQUIRED_RUST_VERSION: u32 = 50; |
10 | 10 | ||
11 | pub struct InstallCmd { | 11 | pub struct InstallCmd { |
12 | pub client: Option<ClientOpt>, | 12 | pub client: Option<ClientOpt>, |