Skip to content

Commit

Permalink
chore: update to criterion 0.4 (filecoin-project#43)
Browse files Browse the repository at this point in the history
With this upgrade, criterion doesn't have a dependency on `csv` anymore,
hence we don't need to increase the minimum support Rust version, due
to the `csv` v1.2.0 release.
  • Loading branch information
vmx authored Feb 22, 2023
1 parent a73cd7b commit f187a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false

[dev-dependencies]
blstrs = { version = "0.6.0", features = ["__private_bench"] }
criterion = "0.3.6"
criterion = "0.4"
ec-gpu = "0.2"
ec-gpu-gen = { path = "../ec-gpu-gen", default-features = false }
ff = { version = "0.12.0", default-features = false }
Expand Down

0 comments on commit f187a64

Please sign in to comment.