aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBernardo <[email protected]>2019-01-19 00:15:22 +0000
committerAleksey Kladov <[email protected]>2019-01-26 08:46:27 +0000
commitfb1d748a2c49597934337432a78be2a5a098ca0e (patch)
tree3c632e6a95726fea39c3756d767c9d1cdd06f11a /Cargo.lock
parentf181e36a44d1998d3239f09365b16bfea50288a4 (diff)
actually drop watcher, use parking_lot::Mutex
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2d18122d8..9cd0b3d9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1042,6 +1042,7 @@ dependencies = [
1042 "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1042 "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1043 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1043 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1044 "notify 4.0.6 (git+https://github.com/vemoo/notify/?branch=v4-legacy)", 1044 "notify 4.0.6 (git+https://github.com/vemoo/notify/?branch=v4-legacy)",
1045 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1045 "ra_arena 0.1.0", 1046 "ra_arena 0.1.0",
1046 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1047 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1047 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1048 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",