diff options
Diffstat (limited to 'xtask/src/main.rs')
-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>, |