Skip to content

Commit

Permalink
ci: specify specific bolero dependency rather than workspace dependency
Browse files Browse the repository at this point in the history
in s2n-quic-xdp
  • Loading branch information
Boquan Fang committed Dec 13, 2024
1 parent 1d2aaa7 commit dbd4f31
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 dbd4f31

Please sign in to comment.