notify-rs / notify

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

instant crate is unmaintained #651

Closed jplatte closed 2 weeks ago

jplatte commented 2 weeks ago

The instant crate is unmaintained. I would send a PR to replace it with web_time as suggested in instants readme, but it seems like notify-types (which currently uses instant) is at v1.0.0, so maybe you don't want to change public dependencies at this point?

dfaust commented 2 weeks ago

Hey @jplatte, thanks for the offer. I was a bit late to answer and now there's already a PR: https://github.com/notify-rs/notify/pull/652