Skip to content

Commit

Permalink
catch up to dpdk-sys a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 22, 2024
1 parent e4c5a50 commit d7c2aaa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 36 deletions.
60 changes: 25 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ resolver = "2"
[workspace.dependencies]

bindgen = { version = "0.70.1", default-features = false, features = [] }
bolero = { version = "0.11.1", default-features = false, features = [] }
# TODO: update bolero after whaterver "bolero-generator" crate resolution error is fixed
bolero = { version = "=0.10.1", default-features = false, features = [] }
cc = { version = "1.1.21", default-features = false, features = [] }
criterion = { version = "0.5.1", default-features = false, features = [] }
doxygen-rs = { version = "0.4.0", default-features = false, features = [] }
Expand Down

0 comments on commit d7c2aaa

Please sign in to comment.