aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 13:21:01 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 13:21:01 +0000
commita591c3460b88f56fbab6af2d4e0c47ca12197405 (patch)
tree6c77bfc9ae120e8741ccd3a354c942e8e15b759b /Cargo.lock
parentbd2b4ef2d1c631215523f79a8138cfa8cbd3f70e (diff)
parentd93097a4936b9eea98e4759fa2fde3a052acfb42 (diff)
Merge #856
856: Reduce dependnecies of ra_vfs r=pnkfelix a=matklad In preparation for moving `ra_vfs` to a separate repo with extensive cross-platform CI, remove dependency on `ra_thread_workder` and `ra_arena`. Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39bfcde41..8f087749f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1123,16 +1123,13 @@ name = "ra_vfs"
1123version = "0.1.0" 1123version = "0.1.0"
1124dependencies = [ 1124dependencies = [
1125 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1125 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1127 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", 1126 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
1128 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1127 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)", 1128 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
1130 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1129 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1131 "ra_arena 0.1.0",
1132 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1130 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1133 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1131 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1134 "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", 1132 "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
1135 "thread_worker 0.1.0",
1136 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1133 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1137] 1134]
1138 1135