From 778d372900f932f4a0fbfe411d25d9360482c0f8 Mon Sep 17 00:00:00 2001 From: Alexander Sieg <6298052+xanderio@users.noreply.github.com> Date: Tue, 17 Aug 2021 17:25:11 +0200 Subject: [PATCH] Bump notify version to 5.0.0-pre.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- 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 0233c6da28..a31654d263 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.11" +notify = "=5.0.0-pre.12" vfs = { path = "../vfs", version = "0.0.0" } paths = { path = "../paths", version = "0.0.0" }