]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rust-analyzer/crates/vfs-notify/Cargo.toml
Rollup merge of #104514 - chenyukang:yukang/fix-104513-ice, r=petrochenkov
[rust.git] / src / tools / rust-analyzer / crates / vfs-notify / Cargo.toml
index fcc693a7ddac16908a14beaf99c946e9553462cf..061f3c157a88c528025717fd4d411302a81b72ad 100644 (file)
@@ -4,7 +4,7 @@ version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
 edition = "2021"
-rust-version = "1.57"
+rust-version = "1.65"
 
 [lib]
 doctest = false
@@ -14,7 +14,7 @@ tracing = "0.1.35"
 jod-thread = "0.1.2"
 walkdir = "2.3.2"
 crossbeam-channel = "0.5.5"
-notify = "=5.0.0-pre.16"
+notify = "5.0"
 
 vfs = { path = "../vfs", version = "0.0.0" }
 paths = { path = "../paths", version = "0.0.0" }