notify-rs / notify

🔭 Cross-platform filesystem notification library for Rust.
https://docs.rs/notify
2.77k stars 222 forks source link

fix UD behavior on windows - causes a crash on rust 1.78 #604

Closed amircodota closed 5 months ago

amircodota commented 5 months ago

Fixes the issue described here

encounter commented 5 months ago

Just FYI, this is also fixed by https://github.com/notify-rs/notify/pull/602.