aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-11-13 16:19:07 +0000
committerkjeremy <[email protected]>2019-11-13 16:19:07 +0000
commit06754b78ac462d7b9fe8bd176ff7831772c0b1c8 (patch)
tree2677f84e1e5081b376462eb65775400582d89548 /xtask/Cargo.toml
parentc486f8477aca4a42800e81b0b99fd56c14c6219f (diff)
Use autocfg to determine rust version
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"