diff options
author | Aleksey Kladov <[email protected]> | 2019-11-14 08:11:32 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-14 08:12:52 +0000 |
commit | c65f42325fa9213ad79fcf12115213a923b651df (patch) | |
tree | a8ca8d4f048281a25636c7ec300fbd31f2199a68 /xtask/Cargo.toml | |
parent | 8af85263f7cd249356382aa61b98094594165364 (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.toml | 1 |
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"] | |||
6 | publish = false | 6 | publish = false |
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | autocfg = "0.1" | ||
10 | walkdir = "2.1.3" | 9 | walkdir = "2.1.3" |
11 | pico-args = "0.3.0" | 10 | pico-args = "0.3.0" |
12 | quote = "1.0.2" | 11 | quote = "1.0.2" |