Skip to content

Commit 94677aa

Browse files
committed
bump bitflags dependency
This newer version has stronger guarantees about the type layout of the generated types: It guarantees that types annotated with `repr(transparent)` are newtypes around the base integer.
1 parent bf32052 commit 94677aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.57" # Needed to support panic! in const fns
2121

2222
[dependencies]
2323
bit_field = "0.10.1"
24-
bitflags = "1.0.4"
24+
bitflags = "1.3.2"
2525
volatile = "0.4.4"
2626
rustversion = "1.0.5"
2727

0 commit comments

Comments
 (0)