Closed hannobraun closed 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.
Addressed in #202.
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.