hannobraun / inotify-rs

Idiomatic inotify wrapper for the Rust programming language
ISC License
261 stars 65 forks source link

Bump MSRV to at least 1.56 #203

Closed hannobraun closed 1 year ago

hannobraun commented 1 year ago

Tokio has bumped its MSRV to 1.56, while we're currently at 1.49. This causes the CI build to fail.

We need to bump our MSRV as well to fix this. 1.56 would be the minimum, and given the wide use of inotify-rs, this might be the prudent choice.

hannobraun commented 1 year ago

Addressed in #202.