From cb24d323fe2b3508f3b31a380462bc8105890df9 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Thu, 11 Feb 2021 10:12:20 -0500 Subject: Bump rust to latest stable 1.50 --- xtask/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src') diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 3b79cca0d..4c5c2673c 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs @@ -6,7 +6,7 @@ use anyhow::{bail, format_err, Context, Result}; use xshell::{cmd, pushd}; // Latest stable, feel free to send a PR if this lags behind. -const REQUIRED_RUST_VERSION: u32 = 47; +const REQUIRED_RUST_VERSION: u32 = 50; pub struct InstallCmd { pub client: Option, -- cgit v1.2.3