diff options
author | Aleksey Kladov <[email protected]> | 2019-11-13 07:27:21 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-13 07:32:53 +0000 |
commit | 018255efe3e456aa8d712f68a714d5c6e010d03f (patch) | |
tree | 8056453dcec060d3fcdea6cec5579e552975230c /xtask/src | |
parent | 70dd70b1fcbbbe2e60849412412ef05e7d31eb0a (diff) |
Minor cleanup
Diffstat (limited to 'xtask/src')
-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 16bddfb28..c46eaa407 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs | |||
@@ -19,7 +19,7 @@ use xtask::{ | |||
19 | }; | 19 | }; |
20 | 20 | ||
21 | // Latest stable, feel free to send a PR if this lags behind. | 21 | // Latest stable, feel free to send a PR if this lags behind. |
22 | const REQUIRED_RUST_VERSION: u32 = 38; | 22 | const REQUIRED_RUST_VERSION: u32 = 39; |
23 | 23 | ||
24 | struct InstallOpt { | 24 | struct InstallOpt { |
25 | client: Option<ClientOpt>, | 25 | client: Option<ClientOpt>, |