-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency
bitflags
from v1 to v2
This change updates `bitflags` from v1 to [v2][bitflags-2]. `bitflags` v2 no longer implements `PartialEq`, `Eq`, `PartialOrd`, `Ord`, `Hash`, `Debug`, `Clone` and `Copy` for generated structs by default. For backwards compatibility of `EventMask` and `WatchMask` (both part of the public API) these standard traits are deliberately derived, in line with the rust library [API guidelines][api-guidelines]. [bitflags-2]: https://github.com/bitflags/bitflags/releases/tag/2.0.0 [api-guidelines]: https://rust-lang.github.io/api-guidelines/interoperability.html#types-eagerly-implement-common-traits-c-common-traits
- Loading branch information
1 parent
29c4a92
commit ec94100
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters