hannobraun / inotify-rs

Idiomatic inotify wrapper for the Rust programming language
ISC License
254 stars 64 forks source link

Release with updated dependencies? #217

Closed matthiasbeyer closed 3 weeks ago

matthiasbeyer commented 1 month ago

Hi,

can we have a release with updated dependencies? Especially the bitflags :wink:

hannobraun commented 1 month ago

Can do! I've put it on my list. No promises on when I'll get to it, but it should happen within the next few weeks.

If you (or anybody else reading this) want to speed this up, you can help out by checking (and letting me know) whether https://github.com/hannobraun/inotify-rs/pull/211 is a breaking change. Once we know that, the release is a simple matter.

hannobraun commented 1 month ago

I've looked into it: It's a breaking change. I've merged https://github.com/hannobraun/inotify-rs/pull/218 to alleviate that a bit, but the overall change is still breaking, due to the removal of the bits field.

hannobraun commented 3 weeks ago

Done. (https://github.com/hannobraun/inotify-rs/pull/220)