Skip to content

Commit d7c2aaa

Browse files
committed
catch up to dpdk-sys a bit
1 parent e4c5a50 commit d7c2aaa

File tree

2 files changed

+27
-36
lines changed

2 files changed

+27
-36
lines changed

Cargo.lock

Lines changed: 25 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ resolver = "2"
1313
[workspace.dependencies]
1414

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

0 commit comments

Comments
 (0)