diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-23 17:40:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-23 17:40:26 +0100 |
commit | 9b53e79aeb2bf06a6e55dd2835e80a7e9659adf9 (patch) | |
tree | f79029a6c1a67d80c57c855cc65b14123dfa2f32 /xtask | |
parent | 278bf351e3d9bf074b76f89afa04c4727d55fba6 (diff) | |
parent | 4378c632729bb285e3f73c7a07dc4eb0b9b8e70c (diff) |
Merge #4100
4100: Bump required rust to 1.43 r=matklad a=kjeremy
This only impacts source builds
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 bc32a04b3..9ba77a3aa 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs | |||
@@ -7,7 +7,7 @@ use anyhow::{bail, format_err, Context, Result}; | |||
7 | use crate::not_bash::{pushd, run}; | 7 | use crate::not_bash::{pushd, run}; |
8 | 8 | ||
9 | // Latest stable, feel free to send a PR if this lags behind. | 9 | // Latest stable, feel free to send a PR if this lags behind. |
10 | const REQUIRED_RUST_VERSION: u32 = 41; | 10 | const REQUIRED_RUST_VERSION: u32 = 43; |
11 | 11 | ||
12 | pub struct InstallCmd { | 12 | pub struct InstallCmd { |
13 | pub client: Option<ClientOpt>, | 13 | pub client: Option<ClientOpt>, |