Skip to content

Commit 364dd5f

Browse files
committed
Fix build on OpenBSD (and probably other BSDs too)
notify-5.0.0-pre.14 does not build on these systems; this was fixed in notify-rs/notify@41a74f0 , which landed in pre.15.
1 parent 84be2ea commit 364dd5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/vfs-notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing = "0.1.32"
1414
jod-thread = "0.1.2"
1515
walkdir = "2.3.2"
1616
crossbeam-channel = "0.5.4"
17-
notify = "=5.0.0-pre.14"
17+
notify = "=5.0.0-pre.15"
1818

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

0 commit comments

Comments
 (0)