Browse Source

Merge pull request #130 from EspressoSystems/dependabot/cargo/criterion-0.5.1

Update criterion requirement from 0.4.0 to 0.5.1
main
Mat R 11 months ago
committed by GitHub
parent
commit
3efb08374d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arithmetic/Cargo.toml

+ 1
- 1
arithmetic/Cargo.toml

@ -16,7 +16,7 @@ rayon = { version = "1.5.2", default-features = false, optional = true }
[dev-dependencies]
ark-ec = { version = "^0.4.0", default-features = false }
criterion = "0.4.0"
criterion = "0.5.1"
[features]
# default = [ "parallel", "print-trace" ]

Loading…
Cancel
Save