Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 11, 2024
1 parent c986438 commit e104775
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 @@ -13,8 +13,8 @@ resolver = "2"
[workspace.dependencies]

bindgen = { version = "0.70.1" }
bolero = { version = "0.11.1" }
# Pinned to work around version resolution bug (picks version 0.11.1 which does not exist)
bolero = { version = "=0.11.0" }
bolero-generator-derive = { version = "=0.11.0" }
cc = { version = "1.1.21" }
doxygen-rs = { version = "0.4.0" }
Expand Down

0 comments on commit e104775

Please sign in to comment.