Skip to content

Commit

Permalink
ci: specify specific bolero dependency rather than workspace dependen…
Browse files Browse the repository at this point in the history
…cy in s2n-quic-xdp (#2425)
  • Loading branch information
boquan-fang authored Dec 14, 2024
1 parent 1d2aaa7 commit 0b3f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xdp/s2n-quic-xdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ s2n-quic-core = { version = "=0.51.0", path = "../../../quic/s2n-quic-core" }
tokio = { version = "1", features = ["net"], optional = true }

[dev-dependencies]
bolero.workspace = true
bolero = "0.12"
futures = "0.3"
pin-project-lite = "0.2"
rand = "0.8"
Expand Down

0 comments on commit 0b3f892

Please sign in to comment.