Bump required rust to 1.43
This commit is contained in:
@@ -7,7 +7,7 @@ use anyhow::{bail, format_err, Context, Result};
|
|||||||
use crate::not_bash::{pushd, run};
|
use crate::not_bash::{pushd, run};
|
||||||
|
|
||||||
// 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 = 41;
|
const REQUIRED_RUST_VERSION: u32 = 43;
|
||||||
|
|
||||||
pub struct InstallCmd {
|
pub struct InstallCmd {
|
||||||
pub client: Option<ClientOpt>,
|
pub client: Option<ClientOpt>,
|
||||||
|
|||||||
Reference in New Issue
Block a user