aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/install.rs
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-04-23 16:56:17 +0100
committerkjeremy <[email protected]>2020-04-23 16:56:32 +0100
commit4378c632729bb285e3f73c7a07dc4eb0b9b8e70c (patch)
treef68b388d3f93cd062203f13a30ba803a9e1ca02e /xtask/src/install.rs
parent4a18509a98149fb3d5c73dbf0c6de4cfa8d4596c (diff)
Bump required rust to 1.43
Diffstat (limited to 'xtask/src/install.rs')
-rw-r--r--xtask/src/install.rs2
1 files changed, 1 insertions, 1 deletions
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};
7use crate::not_bash::{pushd, run}; 7use crate::not_bash::{pushd, run};
8 8
9// Latest stable, feel free to send a PR if this lags behind. 9// Latest stable, feel free to send a PR if this lags behind.
10const REQUIRED_RUST_VERSION: u32 = 41; 10const REQUIRED_RUST_VERSION: u32 = 43;
11 11
12pub struct InstallCmd { 12pub struct InstallCmd {
13 pub client: Option<ClientOpt>, 13 pub client: Option<ClientOpt>,