Minor cleanup

This commit is contained in:
Aleksey Kladov 2019-11-13 10:27:21 +03:00
parent 70dd70b1fc
commit 018255efe3
2 changed files with 21 additions and 20 deletions

View file

@ -19,7 +19,7 @@ use xtask::{
};
// Latest stable, feel free to send a PR if this lags behind.
const REQUIRED_RUST_VERSION: u32 = 38;
const REQUIRED_RUST_VERSION: u32 = 39;
struct InstallOpt {
client: Option<ClientOpt>,