Skip to content

Commit

Permalink
pdu: bump bitflags to 2.4
Browse files Browse the repository at this point in the history
So we can use "externally defined flags":
https://docs.rs/bitflags/2.4.0/bitflags/#externally-defined-flags

Signed-off-by: Marc-André Lureau <[email protected]>
  • Loading branch information
elmarco committed Oct 18, 2023
1 parent 5a15acb commit 27e3dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ironrdp-pdu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ std = ["alloc", "ironrdp-error/std"]
alloc = ["ironrdp-error/alloc"]

[dependencies]
bitflags = "2"
bitflags = "2.4"
ironrdp-error.workspace = true
tap = "1"

Expand Down

0 comments on commit 27e3dc2

Please sign in to comment.