aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/main.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-13 07:27:21 +0000
committerAleksey Kladov <[email protected]>2019-11-13 07:32:53 +0000
commit018255efe3e456aa8d712f68a714d5c6e010d03f (patch)
tree8056453dcec060d3fcdea6cec5579e552975230c /xtask/src/main.rs
parent70dd70b1fcbbbe2e60849412412ef05e7d31eb0a (diff)
Minor cleanup
Diffstat (limited to 'xtask/src/main.rs')
-rw-r--r--xtask/src/main.rs2
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.
22const REQUIRED_RUST_VERSION: u32 = 38; 22const REQUIRED_RUST_VERSION: u32 = 39;
23 23
24struct InstallOpt { 24struct InstallOpt {
25 client: Option<ClientOpt>, 25 client: Option<ClientOpt>,