Skip to content

Commit

Permalink
add multiversion dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Jul 29, 2024
1 parent 1c7520d commit cf20f61
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repository = "https://github.com/LaihoE/SIMD-itertools"

[dependencies]
itertools = "0.13.0"
multiversion = "0.7.4"

[dev-dependencies]
criterion = "0.5.1"
Expand All @@ -21,38 +22,6 @@ rand = "0.8.5"
name = "position"
harness = false

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

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

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

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

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

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

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

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

[profile.release]
lto = true
debug = true
Expand Down

0 comments on commit cf20f61

Please sign in to comment.