diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-30 17:14:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-30 17:14:42 +0000 |
commit | 90b18a3f9716d1c14c950eccfb450d264f1c8fab (patch) | |
tree | 69d6ce9be7eeca17aebe32341781fd8460f8d2d4 /xtask/src | |
parent | bc29b7c0e5b8e69d62953d38c482a4906adc84a8 (diff) | |
parent | 21950adc94dea93c8f82c22cc4fd3153ced58bc8 (diff) |
Merge #2955
2955: :arrow_up: rust r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[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 bffd91af1..8c65b51e3 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs | |||
@@ -7,7 +7,7 @@ use anyhow::{Context, Result}; | |||
7 | use crate::cmd::{run, run_with_output, Cmd}; | 7 | use crate::cmd::{run, run_with_output, Cmd}; |
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 = 40; | 10 | const REQUIRED_RUST_VERSION: u32 = 41; |
11 | 11 | ||
12 | pub struct InstallCmd { | 12 | pub struct InstallCmd { |
13 | pub client: Option<ClientOpt>, | 13 | pub client: Option<ClientOpt>, |