aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src')
-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>,