]> git.lizzy.rs Git - rust.git/commitdiff
Bump required rust to 1.43
authorkjeremy <kjeremy@gmail.com>
Thu, 23 Apr 2020 15:56:17 +0000 (11:56 -0400)
committerkjeremy <kjeremy@gmail.com>
Thu, 23 Apr 2020 15:56:32 +0000 (11:56 -0400)
xtask/src/install.rs

index bc32a04b307c1757d5f1ca90bb6371d0a47b27b6..9ba77a3aaeef24da353283ba64cb768905a44358 100644 (file)
@@ -7,7 +7,7 @@
 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<ClientOpt>,