aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs-notify/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/vfs-notify/Cargo.toml')
-rw-r--r--crates/vfs-notify/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml
index c1e53f4b1..304c9883f 100644
--- a/crates/vfs-notify/Cargo.toml
+++ b/crates/vfs-notify/Cargo.toml
@@ -16,5 +16,5 @@ walkdir = "2.3.1"
16crossbeam-channel = "0.4.0" 16crossbeam-channel = "0.4.0"
17notify = "5.0.0-pre.3" 17notify = "5.0.0-pre.3"
18 18
19vfs = { path = "../vfs" } 19vfs = { path = "../vfs", version = "0.0.0" }
20paths = { path = "../paths" } 20paths = { path = "../paths", version = "0.0.0" }