diff options
author | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 09:25:19 +0100 |
---|---|---|
committer | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 10:10:41 +0100 |
commit | a8fa5cd42e3cfa131121a46b289ee919e495316e (patch) | |
tree | d72e341c36d588cc44832ed43f769ef345274c54 /crates/vfs-notify | |
parent | e65d48d1fb3d4d91d9dc1148a7a836ff5c9a3c87 (diff) |
Add version to deps in cargo.toml
Diffstat (limited to 'crates/vfs-notify')
-rw-r--r-- | crates/vfs-notify/Cargo.toml | 4 |
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" | |||
16 | crossbeam-channel = "0.4.0" | 16 | crossbeam-channel = "0.4.0" |
17 | notify = "5.0.0-pre.3" | 17 | notify = "5.0.0-pre.3" |
18 | 18 | ||
19 | vfs = { path = "../vfs" } | 19 | vfs = { path = "../vfs", version = "0.0.0" } |
20 | paths = { path = "../paths" } | 20 | paths = { path = "../paths", version = "0.0.0" } |