Skip to content

Commit

Permalink
Bump arbitrary-int version
Browse files Browse the repository at this point in the history
  • Loading branch information
danlehmann committed Feb 6, 2024
1 parent 4f7f985 commit ad9c7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitbybit-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
bitbybit = { path = "../bitbybit" }
arbitrary-int = "1.2.6"
arbitrary-int = "1.2.7"

[features]
# This is to allow cfg for enum members
Expand Down
2 changes: 1 addition & 1 deletion bitbybit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ proc-macro = true
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
arbitrary-int = "1.2.6"
arbitrary-int = "1.2.7"

0 comments on commit ad9c7bf

Please sign in to comment.