Skip to content

event-manager-v0.3.0

Compare
Choose a tag to compare
@alxiord alxiord released this 21 Nov 10:11
· 27 commits to main since this release

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 the EventFd and Epoll variants of the Error type now contain the inner error message as well.

Added

  • The Error type now implements Eq.