diff options
author | Laurențiu Nicola <[email protected]> | 2020-08-03 11:57:04 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-10-08 15:06:20 +0100 |
commit | 3d169bd3f4cdc2dc3dd09eadbbc17c19214d69f3 (patch) | |
tree | 8e8d829f5926401ac8303001fb435b504311c203 /xtask/src | |
parent | e5f252ade72fee4776396122dc91a17ddc185a66 (diff) |
Add track_env_var to the proc macro server
Diffstat (limited to 'xtask/src')
-rw-r--r-- | xtask/src/install.rs | 2 |
1 files changed, 1 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}; | |||
7 | use crate::not_bash::{pushd, run}; | 7 | use 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. |
10 | const REQUIRED_RUST_VERSION: u32 = 46; | 10 | const REQUIRED_RUST_VERSION: u32 = 47; |
11 | 11 | ||
12 | pub struct InstallCmd { | 12 | pub struct InstallCmd { |
13 | pub client: Option<ClientOpt>, | 13 | pub client: Option<ClientOpt>, |