From bdee55d66bc8d1ffe5aaf51acbea28bccf6cb8c6 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Thu, 25 Mar 2021 11:34:13 -0400 Subject: Rust 1.51 --- xtask/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask') diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 177028b08..91d6a2853 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs @@ -8,7 +8,7 @@ use xshell::{cmd, pushd}; use crate::flags; // Latest stable, feel free to send a PR if this lags behind. -const REQUIRED_RUST_VERSION: u32 = 50; +const REQUIRED_RUST_VERSION: u32 = 51; impl flags::Install { pub(crate) fn run(self) -> Result<()> { -- cgit v1.2.3