From 9f5f4c342a91002ae050ad3f001ed30f78d8b304 Mon Sep 17 00:00:00 2001 From: Josh Kuhn Date: Wed, 28 Jul 2021 10:09:58 -0700 Subject: [PATCH] Bump notify to 5.0.0-pre.11 --- crates/vfs-notify/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index 73119cff6b..0233c6da28 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -14,7 +14,7 @@ rustc-hash = "1.0" jod-thread = "0.1.0" walkdir = "2.3.1" crossbeam-channel = "0.5.0" -notify = "5.0.0-pre.3" +notify = "=5.0.0-pre.11" vfs = { path = "../vfs", version = "0.0.0" } paths = { path = "../paths", version = "0.0.0" }