diff options
author | Laurențiu Nicola <[email protected]> | 2020-10-13 14:57:01 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-10-13 14:57:01 +0100 |
commit | db7813ef2c58caeef342fd007aa2d54b581b78b7 (patch) | |
tree | 9b9fec8781dafd7f0e0cd99c9942f16a9462e14c /crates/vfs-notify | |
parent | c6605affe4efe39d9c83e97b428e1de4bdcda81d (diff) |
Bump crossbeam-channel in crates
Diffstat (limited to 'crates/vfs-notify')
-rw-r--r-- | crates/vfs-notify/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index 54b51faab..5b7c33b01 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml | |||
@@ -14,7 +14,7 @@ log = "0.4.8" | |||
14 | rustc-hash = "1.0" | 14 | rustc-hash = "1.0" |
15 | jod-thread = "0.1.0" | 15 | jod-thread = "0.1.0" |
16 | walkdir = "2.3.1" | 16 | walkdir = "2.3.1" |
17 | crossbeam-channel = "0.4.0" | 17 | crossbeam-channel = "0.5.0" |
18 | notify = "5.0.0-pre.3" | 18 | notify = "5.0.0-pre.3" |
19 | 19 | ||
20 | vfs = { path = "../vfs", version = "0.0.0" } | 20 | vfs = { path = "../vfs", version = "0.0.0" } |