aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorice1000 <[email protected]>2019-12-03 16:07:56 +0000
committerice1000 <[email protected]>2019-12-03 16:07:56 +0000
commit009437f5d9949d2276aa26040e03af0ab328acf3 (patch)
tree74a889d70e201d6997c6baf179261ab3ed8bf23c /Cargo.lock
parent15f143f0c33cbd382a2ad7a407d9601cb843d164 (diff)
Replace `ra_hir_expand::either` with crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 57cfde978..23c9e2543 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -944,6 +944,7 @@ dependencies = [
944name = "ra_hir" 944name = "ra_hir"
945version = "0.1.0" 945version = "0.1.0"
946dependencies = [ 946dependencies = [
947 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
947 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 948 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
948 "ra_db 0.1.0", 949 "ra_db 0.1.0",
949 "ra_hir_def 0.1.0", 950 "ra_hir_def 0.1.0",
@@ -957,6 +958,7 @@ dependencies = [
957name = "ra_hir_def" 958name = "ra_hir_def"
958version = "0.1.0" 959version = "0.1.0"
959dependencies = [ 960dependencies = [
961 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
960 "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)",
961 "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)",
962 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 964 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -976,6 +978,7 @@ dependencies = [
976name = "ra_hir_expand" 978name = "ra_hir_expand"
977version = "0.1.0" 979version = "0.1.0"
978dependencies = [ 980dependencies = [
981 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
979 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 982 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
980 "ra_arena 0.1.0", 983 "ra_arena 0.1.0",
981 "ra_db 0.1.0", 984 "ra_db 0.1.0",
@@ -1012,6 +1015,7 @@ dependencies = [
1012name = "ra_ide" 1015name = "ra_ide"
1013version = "0.1.0" 1016version = "0.1.0"
1014dependencies = [ 1017dependencies = [
1018 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
1015 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1019 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1016 "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 1020 "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
1017 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1021 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",