aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs-notify/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-18 15:40:10 +0100
committerAleksey Kladov <[email protected]>2020-07-18 15:40:10 +0100
commit46ac9ff5e3cf070584d8167150655d091d47e3c2 (patch)
treeca33f4a791eb41439cee21d6b715b8f89fb80b1e /crates/vfs-notify/Cargo.toml
parentfd6717799c03c9171bb7ec0f50bce98d1dfb44bd (diff)
Simplify exclusion logic
Diffstat (limited to 'crates/vfs-notify/Cargo.toml')
-rw-r--r--crates/vfs-notify/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml
index 95c56ffa6..fce7bae3a 100644
--- a/crates/vfs-notify/Cargo.toml
+++ b/crates/vfs-notify/Cargo.toml
@@ -13,7 +13,6 @@ log = "0.4.8"
13rustc-hash = "1.0" 13rustc-hash = "1.0"
14jod-thread = "0.1.0" 14jod-thread = "0.1.0"
15walkdir = "2.3.1" 15walkdir = "2.3.1"
16globset = "0.4.5"
17crossbeam-channel = "0.4.0" 16crossbeam-channel = "0.4.0"
18notify = "5.0.0-pre.3" 17notify = "5.0.0-pre.3"
19 18