]> git.lizzy.rs Git - rust.git/blobdiff - crates/vfs-notify/Cargo.toml
Merge #11713
[rust.git] / crates / vfs-notify / Cargo.toml
index 54b51faab2ee5ae46f90d2d457923cba68e67ccd..10addab1e4b21f91391424bb129baa86e313af1c 100644 (file)
@@ -3,19 +3,18 @@ name = "vfs-notify"
 version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
-authors = ["rust-analyzer developers"]
-edition = "2018"
+edition = "2021"
+rust-version = "1.57"
 
 [lib]
 doctest = false
 
 [dependencies]
-log = "0.4.8"
-rustc-hash = "1.0"
+tracing = "0.1"
 jod-thread = "0.1.0"
 walkdir = "2.3.1"
-crossbeam-channel = "0.4.0"
-notify = "5.0.0-pre.3"
+crossbeam-channel = "0.5.0"
+notify = "=5.0.0-pre.14"
 
 vfs = { path = "../vfs", version = "0.0.0" }
 paths = { path = "../paths", version = "0.0.0" }