Skip to content

Commit

Permalink
Only specify major version for bitflags dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Oct 2, 2024
1 parent a256544 commit 8947cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ log = "0.4"
thiserror = "1"
parking_lot = "0.12"
smallvec = "1"
bitflags = "2.6.0"
bitflags = "2"

[build-dependencies]
bindgen = "0.70"

0 comments on commit 8947cf2

Please sign in to comment.