aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
Diffstat (limited to 'xtask')
-rw-r--r--xtask/src/install.rs2
-rw-r--r--xtask/tests/tidy.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/xtask/src/install.rs b/xtask/src/install.rs
index d829790d7..fcc4f05e4 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 = 46; 10const REQUIRED_RUST_VERSION: u32 = 47;
11 11
12pub struct InstallCmd { 12pub struct InstallCmd {
13 pub client: Option<ClientOpt>, 13 pub client: Option<ClientOpt>,
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs
index 01f04a17c..0c233f87d 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -123,6 +123,7 @@ ISC
123MIT 123MIT
124MIT / Apache-2.0 124MIT / Apache-2.0
125MIT OR Apache-2.0 125MIT OR Apache-2.0
126MIT OR Zlib OR Apache-2.0
126MIT/Apache-2.0 127MIT/Apache-2.0
127Unlicense OR MIT 128Unlicense OR MIT
128Unlicense/MIT 129Unlicense/MIT