Skip to content

Commit

Permalink
Merge pull request #191 from virtee/dependabot/cargo/bitfield-0.15.0
Browse files Browse the repository at this point in the history
build(deps): update bitfield requirement from 0.14.0 to 0.15.0
  • Loading branch information
larrydewey authored May 1, 2024
2 parents 2e94588 + 885ae6f commit 1e53a5a
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 @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
# serde_json is just for the example, not required in general
serde_json = "1.0"
bincode = "1.3.3"
bitfield = "0.14.0"
bitfield = "0.15.0"
msru = "0.2.0"
clap = { version = "<4.5", features = [ "derive" ] }
codicon = "3.0"
Expand Down

0 comments on commit 1e53a5a

Please sign in to comment.