Skip to content

Commit e68c9f8

Browse files
committed
Auto merge of rust-lang#12350 - umanwizard:fix_bsd, r=lnicola
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.
2 parents 84be2ea + 364dd5f commit e68c9f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/vfs-notify/Cargo.toml

+1-1
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)