aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-13 16:42:50 +0000
committerGitHub <[email protected]>2019-11-13 16:42:50 +0000
commit47865566575eb58cc107e7df9b71f227938a8e14 (patch)
tree2677f84e1e5081b376462eb65775400582d89548 /xtask/Cargo.toml
parentc486f8477aca4a42800e81b0b99fd56c14c6219f (diff)
parent06754b78ac462d7b9fe8bd176ff7831772c0b1c8 (diff)
Merge #2230
2230: Use autocfg to determine rust version r=matklad a=kjeremy Fixes #2229 Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 023f6a859..72b39c3b4 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["rust-analyzer developers"]
6publish = false 6publish = false
7 7
8[dependencies] 8[dependencies]
9autocfg = "0.1"
9walkdir = "2.1.3" 10walkdir = "2.1.3"
10pico-args = "0.3.0" 11pico-args = "0.3.0"
11quote = "1.0.2" 12quote = "1.0.2"