Skip to content

Commit 764f45a

Browse files
authored
Remove criterion from devs to dev-deps (#12)
1 parent 8b03586 commit 764f45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mersenne-31/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
criterion = "0.5"
98
itertools = "0.12.0"
109
p3-dft = { path = "../dft" }
1110
p3-field = { path = "../field" }
@@ -16,6 +15,7 @@ rand = "0.8.5"
1615
serde = { version = "1.0", default-features = false, features = ["derive"] }
1716

1817
[dev-dependencies]
18+
criterion = "0.5"
1919
p3-field-testing = { path = "../field-testing" }
2020
rand_chacha = "0.3.1"
2121

@@ -25,4 +25,4 @@ harness = false
2525

2626
[[bench]]
2727
name = "extension"
28-
harness = false
28+
harness = false

0 commit comments

Comments
 (0)