2955: ⬆️ rust r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2020-01-30 17:14:42 +00:00 committed by GitHub
commit 90b18a3f97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 688 additions and 696 deletions

1382
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@ use anyhow::{Context, Result};
use crate::cmd::{run, run_with_output, Cmd}; use crate::cmd::{run, run_with_output, Cmd};
// Latest stable, feel free to send a PR if this lags behind. // Latest stable, feel free to send a PR if this lags behind.
const REQUIRED_RUST_VERSION: u32 = 40; const REQUIRED_RUST_VERSION: u32 = 41;
pub struct InstallCmd { pub struct InstallCmd {
pub client: Option<ClientOpt>, pub client: Option<ClientOpt>,