diff options
author | Aleksey Kladov <[email protected]> | 2019-12-19 17:27:44 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-12-19 17:27:44 +0000 |
commit | c7291386d31c1991aac917c5580f1c3ebfa48aed (patch) | |
tree | ed27f13c30e8c075a8e1f42fa7596c88e9e4e124 | |
parent | f00904e996e9bc59749fb0d2696a711e9b881ae3 (diff) |
:arrow_up: Rust
-rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index c52902bb5..4201c6a6a 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs | |||
@@ -20,7 +20,7 @@ use xtask::{ | |||
20 | }; | 20 | }; |
21 | 21 | ||
22 | // Latest stable, feel free to send a PR if this lags behind. | 22 | // Latest stable, feel free to send a PR if this lags behind. |
23 | const REQUIRED_RUST_VERSION: u32 = 39; | 23 | const REQUIRED_RUST_VERSION: u32 = 40; |
24 | 24 | ||
25 | struct InstallOpt { | 25 | struct InstallOpt { |
26 | client: Option<ClientOpt>, | 26 | client: Option<ClientOpt>, |