diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-12-20 10:56:59 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-20 10:56:59 +0000 |
commit | 6e9335d311c058986c4bbef5aadbe208b87f63c7 (patch) | |
tree | 00ecd85453675103fe415a7b28c565a2a9e94853 /Cargo.lock | |
parent | 08c6933104baca84fd4135a76cdc7daf60a0c631 (diff) | |
parent | 67c2aea182c375108ebb8b923f5679e4f7fef1df (diff) |
Merge #2607
2607: More ground work for local defs r=matklad a=matklad
bors r+
Co-authored-by: Aleksey Kladov <[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 b7a5108a4..3f2cbc8ab 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -957,6 +957,7 @@ name = "ra_hir_def" | |||
957 | version = "0.1.0" | 957 | version = "0.1.0" |
958 | dependencies = [ | 958 | dependencies = [ |
959 | "anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | 959 | "anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
960 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
960 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 961 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
961 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 962 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
962 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 963 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |