Skip to content

Commit

Permalink
bump buffer_sv2 dep on buffer-fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Dec 18, 2024
1 parent e884c27 commit 6ad4ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buffer/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cargo-fuzz = true
libfuzzer-sys = { version = "0.4.0", features = ["arbitrary-derive"] }
arbitrary = { version = "1", features = ["derive"] }
rand = "0.8.3"
buffer_sv2 = {version = "1.0.0", path = "..", features = ["fuzz"]}
buffer_sv2 = {version = "2.0.0", path = "..", features = ["fuzz"]}
affinity = "0.1.1"
threadpool = "1.8.1"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 6ad4ae6

Please sign in to comment.