Releases: rust-vmm/event-manager
Releases · rust-vmm/event-manager
event-manager-v0.4.0
event-manager-v0.3.0
Changed
- Updated to Rust version 2021.
- Dependencies are now specified by caret, so that they're no longer automatically updated when new ones are published.
- The
Display
implementations for theEventFd
andEpoll
variants of theError
type now contain the inner error message as well.
Added
- The
Error
type now implementsEq
.
event-manager-v0.2.0
event-manager-v0.1.0
This is the first event-manager release.
Read more about the features included in this crate in the design document.