Skip to content

Commit

Permalink
Update Cargo.toml to change criterion dependency version and enable H…
Browse files Browse the repository at this point in the history
…TML reports
  • Loading branch information
seemenkina committed Jan 17, 2025
1 parent 090fcd1 commit f41bc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ alloy = { git = "https://github.com/alloy-rs/alloy", features = [
] }
kameo = "0.13.0"

criterion = "0.5.1"
criterion = { version = "=0.4.0", features = ["html_reports"] }

waku-bindings = { git = "https://github.com/waku-org/waku-rust-bindings.git", branch = "force-cluster-15", subdir = "waku-bindings" }
waku-sys = { git = "https://github.com/waku-org/waku-rust-bindings.git", branch = "force-cluster-15", subdir = "waku-sys" }
Expand Down

0 comments on commit f41bc08

Please sign in to comment.