You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented all std::os::fd traits for mqueue::MqdT. (#2097)
* Implemented all `std::os::fd` traits for `mqueue::MqdT`.
* Updated CHANGELOG entry with pull request URL for #2097.
* Bumped the minimum rustc version to match that of the `std::os::fd` module.
* MSRV bumped to 1.66, including cirrus configs.
* Refactored use statement to reduce MSRV back to 1.63.
* Converted indents to spaces.
* Updated last changes for rust formatter CI.
* Actual last format change this time.
* Added NetBSD and DragonflyBSD build support.
* Removed redundant cfg condition.
0 commit comments