-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update inotify to 0.10 #547
Conversation
6745906
to
438cb54
Compare
Hi @0xpr03, could you have a look at this PR? |
Is there a strong reason to push for 0.10 ASAP ? I don't see any real reasons in their changelog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocked by #549.
And we might want to look into re-using watches() for hot loops.
Thanks, I've added one comment regarding the watches() overhead. |
The main driver here is to avoid duplication - other crates in the ecosystem are using 0.10 (for instance https://gitlab.com/gilrs-project/gilrs), and there is a desire (or rule) in many projects to avoid pulling in multiple versions of the same crate. So in general, unless there is a good reason, I think the latest released version of a crate should be used. |
Tested this a bit, and it seems we might need to adopt to: hannobraun/inotify-rs#190. EDIT: Done in 9f0c4d5 |
Thank you for the review! Addressed that one in b70b72b |
Yeah, same for us, we'd love to see both crates in sync :) |
See https://github.com/hannobraun/inotify-rs/blob/main/CHANGELOG.md This requires updating the MSRV from 1.60 to 1.63.
Thanks, I got to merging the blocker and fixed one small readme formatting error while rebasing for (valid) CI results. |
Now let's see, there is some hope I can get around to a new release this weekend, but no promises. |
See the CHANGELOG.