aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-09 16:51:25 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-09 16:51:25 +0000
commit8bcb84ea681f982946a24b5e000ddde58247adba (patch)
treee3e99f6c03de6f7e456fe2488474ed2c59c16622 /crates
parentd0a32627a741826502692f2c3de71512b7ec23cf (diff)
parentc3c2e166b0eabcbf5c65337a658eaaa3850b1332 (diff)
Merge #771
771: update notify with fix for hight cpu usage r=matklad a=vemoo Should fix the ocasional 100% CPU hangs. I've tried `yes > test.rs` which would cause it before, and now on my computer it stays below 10%, and stops as soon as I interrupt the command, unlike previously which would stay at 100% for a while. Co-authored-by: Bernardo <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_vfs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_vfs/Cargo.toml b/crates/ra_vfs/Cargo.toml
index 383381d2a..01109a9a7 100644
--- a/crates/ra_vfs/Cargo.toml
+++ b/crates/ra_vfs/Cargo.toml
@@ -10,7 +10,7 @@ relative-path = "0.4.0"
10rustc-hash = "1.0" 10rustc-hash = "1.0"
11crossbeam-channel = "0.3.5" 11crossbeam-channel = "0.3.5"
12log = "0.4.6" 12log = "0.4.6"
13notify = "4.0.7" 13notify = "4.0.9"
14drop_bomb = "0.1.0" 14drop_bomb = "0.1.0"
15parking_lot = "0.7.0" 15parking_lot = "0.7.0"
16 16