aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-14 08:11:32 +0000
committerAleksey Kladov <[email protected]>2019-11-14 08:12:52 +0000
commitc65f42325fa9213ad79fcf12115213a923b651df (patch)
treea8ca8d4f048281a25636c7ec300fbd31f2199a68 /xtask/Cargo.toml
parent8af85263f7cd249356382aa61b98094594165364 (diff)
Revert #2230
Looks like autocfg tries to do slightly more than we need (see #2231), so let's stick with minimal home-grown solution.
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index bba4be192..77b9ae2b4 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -6,7 +6,6 @@ authors = ["rust-analyzer developers"]
6publish = false 6publish = false
7 7
8[dependencies] 8[dependencies]
9autocfg = "0.1"
10walkdir = "2.1.3" 9walkdir = "2.1.3"
11pico-args = "0.3.0" 10pico-args = "0.3.0"
12quote = "1.0.2" 11quote = "1.0.2"