diff options
author | kjeremy <[email protected]> | 2019-11-13 16:19:07 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-11-13 16:19:07 +0000 |
commit | 06754b78ac462d7b9fe8bd176ff7831772c0b1c8 (patch) | |
tree | 2677f84e1e5081b376462eb65775400582d89548 /xtask/Cargo.toml | |
parent | c486f8477aca4a42800e81b0b99fd56c14c6219f (diff) |
Use autocfg to determine rust version
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 1 |
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"] | |||
6 | publish = false | 6 | publish = false |
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | autocfg = "0.1" | ||
9 | walkdir = "2.1.3" | 10 | walkdir = "2.1.3" |
10 | pico-args = "0.3.0" | 11 | pico-args = "0.3.0" |
11 | quote = "1.0.2" | 12 | quote = "1.0.2" |