Skip to content

Commit

Permalink
Update to bitflags 2.4.2
Browse files Browse the repository at this point in the history
Update to the latest version of the only dependency this crate has.
  • Loading branch information
james7132 authored Feb 25, 2024
1 parent be27131 commit 343f1db
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 @@ -23,7 +23,7 @@ default = ["std"]
std = []

[dependencies]
bitflags = "1.3.2"
bitflags = "2.4.2"

[package.metadata.release]
pre-release-hook = ["cargo", "readme", "-o", "README.md", "-t", "README.tpl"]
Expand Down

0 comments on commit 343f1db

Please sign in to comment.