Skip to content

Commit 54db97a

Browse files
Merge #9718
9718: Bump notify to 5.0.0-pre.11 r=lnicola a=deontologician It looks like the `INotifyWatcher::new` method was removed sometime after `5.0.0-pre.3` and then added back in `5.0.0-pre.11`. Without the `=`, cargo can resolve some version from `5.0.0-pre.4` -> `5.0.0-pre.10` which will not compile. Co-authored-by: Josh Kuhn <[email protected]>
2 parents 16f3e2b + 9f5f4c3 commit 54db97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vfs-notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rustc-hash = "1.0"
1414
jod-thread = "0.1.0"
1515
walkdir = "2.3.1"
1616
crossbeam-channel = "0.5.0"
17-
notify = "5.0.0-pre.3"
17+
notify = "=5.0.0-pre.11"
1818

1919
vfs = { path = "../vfs", version = "0.0.0" }
2020
paths = { path = "../paths", version = "0.0.0" }

0 commit comments

Comments
 (0)