From 4378c632729bb285e3f73c7a07dc4eb0b9b8e70c Mon Sep 17 00:00:00 2001 From: kjeremy Date: Thu, 23 Apr 2020 11:56:17 -0400 Subject: Bump required rust to 1.43 --- xtask/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/install.rs b/xtask/src/install.rs index bc32a04b3..9ba77a3aa 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs @@ -7,7 +7,7 @@ use anyhow::{bail, format_err, Context, Result}; use crate::not_bash::{pushd, run}; // 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 client: Option, -- cgit v1.2.3