diff --git a/arithmetic/Cargo.toml b/arithmetic/Cargo.toml index 209450b..99192dc 100644 --- a/arithmetic/Cargo.toml +++ b/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" ]