aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-20 17:08:13 +0100
committerAleksey Kladov <[email protected]>2019-08-20 17:53:05 +0100
commitbbeb07e5ca9f0c22e2e6f6ab33f350f24e8fff3f (patch)
treea8ec9f6a59187376cb7463cdf9167cecacf56db5 /Cargo.lock
parent188c9967c0d0b6ab9acef5e879b5bbaf1a5035ed (diff)
switch to upstream ra_vfs
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 6 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 73e31f966..db1943477 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1092,7 +1092,7 @@ dependencies = [
1092 "ra_hir 0.1.0", 1092 "ra_hir 0.1.0",
1093 "ra_ide_api 0.1.0", 1093 "ra_ide_api 0.1.0",
1094 "ra_project_model 0.1.0", 1094 "ra_project_model 0.1.0",
1095 "ra_vfs 0.2.6", 1095 "ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1096 "ra_vfs_glob 0.1.0", 1096 "ra_vfs_glob 0.1.0",
1097 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1097 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1098] 1098]
@@ -1198,7 +1198,7 @@ dependencies = [
1198 "ra_project_model 0.1.0", 1198 "ra_project_model 0.1.0",
1199 "ra_syntax 0.1.0", 1199 "ra_syntax 0.1.0",
1200 "ra_text_edit 0.1.0", 1200 "ra_text_edit 0.1.0",
1201 "ra_vfs 0.2.6", 1201 "ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1202 "ra_vfs_glob 0.1.0", 1202 "ra_vfs_glob 0.1.0",
1203 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1203 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1204 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1204 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1307,7 +1307,8 @@ dependencies = [
1307 1307
1308[[package]] 1308[[package]]
1309name = "ra_vfs" 1309name = "ra_vfs"
1310version = "0.2.6" 1310version = "0.2.7"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1311dependencies = [ 1312dependencies = [
1312 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", 1313 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1313 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1314 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1323,7 +1324,7 @@ name = "ra_vfs_glob"
1323version = "0.1.0" 1324version = "0.1.0"
1324dependencies = [ 1325dependencies = [
1325 "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1326 "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1326 "ra_vfs 0.2.6", 1327 "ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1327] 1328]
1328 1329
1329[[package]] 1330[[package]]
@@ -2134,6 +2135,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2134"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 2135"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2135"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 2136"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2136"checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" 2137"checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb"
2138"checksum ra_vfs 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6918c38f6ab45101f1ddd6110eda831a735b5e9ca6c96d1ceedb7d13ecaeb0f4"
2137"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 2139"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2138"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" 2140"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
2139"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 2141"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"