Skip to content

Commit

Permalink
release(bench): removing benches from package requires remove benches…
Browse files Browse the repository at this point in the history
… from manifest

If we find a consistent MSRV approach for dev vs lib depends, then we will certainly distribute the benches with the crate.
  • Loading branch information
YeungOnion committed Jun 8, 2024
1 parent 885a098 commit 4523efc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,3 @@ rand = "0.8"
nalgebra = { version = "0.32", features = ["rand"] }
approx = "0.5.0"
num-traits = "0.2.14"

[dev-dependencies]
criterion = "0.3.3"

[[bench]]
name = "order_statistics"
harness = false

0 comments on commit 4523efc

Please sign in to comment.