aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-04 13:15:50 +0000
committerAleksey Kladov <[email protected]>2019-01-04 13:58:10 +0000
commit3fe6f422f9ef13b9171dbeab0c5c427f729f9983 (patch)
tree25bc6aab1e4328e73446876b274e7dcaff7aa915 /Cargo.lock
parent291d578938d7dc9b1f9bbd1174e444cc831531d9 (diff)
remove id arena
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4666347f8..b06058688 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -371,11 +371,6 @@ version = "1.1.0"
371source = "registry+https://github.com/rust-lang/crates.io-index" 371source = "registry+https://github.com/rust-lang/crates.io-index"
372 372
373[[package]] 373[[package]]
374name = "id-arena"
375version = "2.0.0"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377
378[[package]]
379name = "idna" 374name = "idna"
380version = "0.1.5" 375version = "0.1.5"
381source = "registry+https://github.com/rust-lang/crates.io-index" 376source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -733,9 +728,9 @@ dependencies = [
733 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 728 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
734 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 729 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
735 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", 730 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
736 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
737 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 731 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
738 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 732 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
733 "ra_arena 0.1.0",
739 "ra_db 0.1.0", 734 "ra_db 0.1.0",
740 "ra_editor 0.1.0", 735 "ra_editor 0.1.0",
741 "ra_syntax 0.1.0", 736 "ra_syntax 0.1.0",
@@ -1534,7 +1529,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1534"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" 1529"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
1535"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 1530"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1536"checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" 1531"checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
1537"checksum id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a7250033feafee46a1cecd2c2616a64aec1d064f38c9ae2bdd297728542843e"
1538"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" 1532"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1539"checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c" 1533"checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c"
1540"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" 1534"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"