Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Update bitflags requirement from 1.3 to 2.0 #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ members = [ "xrbk", "xrbk_macro" ]

[dependencies]
xrbk = { path = "./xrbk" } # (de)serialization
bitflags = "1.3" # bit masks - representations of masks
bitflags = "2.0" # bit masks - representations of masks
array-init = "2.1.0" # easy array initialization
thiserror = "1" # error handling
derive_more = "0.99" # derive more useful traits
Expand Down