diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-14 08:13:20 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-14 08:13:20 +0000 |
commit | 2cfa30ac6ab832ac8c1f823afab76ddbbd91a126 (patch) | |
tree | a8ca8d4f048281a25636c7ec300fbd31f2199a68 /Cargo.lock | |
parent | 8af85263f7cd249356382aa61b98094594165364 (diff) | |
parent | c65f42325fa9213ad79fcf12115213a923b651df (diff) |
Merge #2237
2237: Revert #2230 r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index c9ab3ef10..1dedf9772 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1829,7 +1829,6 @@ name = "xtask" | |||
1829 | version = "0.1.0" | 1829 | version = "0.1.0" |
1830 | dependencies = [ | 1830 | dependencies = [ |
1831 | "anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | 1831 | "anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1832 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1833 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1832 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1834 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1833 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1835 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1834 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |