Skip to content

Commit 4523efc

Browse files
committed
release(bench): removing benches from package requires remove benches from manifest
If we find a consistent MSRV approach for dev vs lib depends, then we will certainly distribute the benches with the crate.
1 parent 885a098 commit 4523efc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,3 @@ rand = "0.8"
2222
nalgebra = { version = "0.32", features = ["rand"] }
2323
approx = "0.5.0"
2424
num-traits = "0.2.14"
25-
26-
[dev-dependencies]
27-
criterion = "0.3.3"
28-
29-
[[bench]]
30-
name = "order_statistics"
31-
harness = false

0 commit comments

Comments
 (0)