diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-13 16:42:50 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-13 16:42:50 +0000 |
commit | 47865566575eb58cc107e7df9b71f227938a8e14 (patch) | |
tree | 2677f84e1e5081b376462eb65775400582d89548 /Cargo.lock | |
parent | c486f8477aca4a42800e81b0b99fd56c14c6219f (diff) | |
parent | 06754b78ac462d7b9fe8bd176ff7831772c0b1c8 (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 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3fa6e931c..97452951c 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1823,6 +1823,7 @@ dependencies = [ | |||
1823 | name = "xtask" | 1823 | name = "xtask" |
1824 | version = "0.1.0" | 1824 | version = "0.1.0" |
1825 | dependencies = [ | 1825 | dependencies = [ |
1826 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1826 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1827 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1827 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1828 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1828 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1829 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |