⬆️ rust

This commit is contained in:
Aleksey Kladov 2020-01-30 18:03:24 +01:00
parent c7e0baf1a8
commit 5d7614197d

View file

@ -7,7 +7,7 @@ use anyhow::{Context, Result};
use crate::cmd::{run, run_with_output, Cmd};
// 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 client: Option<ClientOpt>,