aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 625f2aeac..d1a294c30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -509,14 +509,6 @@ dependencies = [
509] 509]
510 510
511[[package]] 511[[package]]
512name = "once_cell"
513version = "0.1.6"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515dependencies = [
516 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
517]
518
519[[package]]
520name = "owning_ref" 512name = "owning_ref"
521version = "0.3.3" 513version = "0.3.3"
522source = "registry+https://github.com/rust-lang/crates.io-index" 514source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -610,9 +602,6 @@ name = "ra_analysis"
610version = "0.1.0" 602version = "0.1.0"
611dependencies = [ 603dependencies = [
612 "fst 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 604 "fst 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
613 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
614 "once_cell 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
615 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
616 "ra_editor 0.1.0", 605 "ra_editor 0.1.0",
617 "ra_syntax 0.1.0", 606 "ra_syntax 0.1.0",
618 "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 607 "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1330,7 +1319,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1330"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" 1319"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
1331"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" 1320"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
1332"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" 1321"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
1333"checksum once_cell 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d7ce3535d54560c937c1652ba4a0da66bfc63e0f8e07bed127483afb6e5ee925"
1334"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" 1322"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
1335"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" 1323"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
1336"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" 1324"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"