diff options
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 5bf946b34..51cf1825d 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -695,6 +695,7 @@ name = "ra_hir" | |||
695 | version = "0.1.0" | 695 | version = "0.1.0" |
696 | dependencies = [ | 696 | dependencies = [ |
697 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 697 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
698 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
698 | "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 699 | "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
699 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 700 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
700 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 701 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |