Skip to content

Commit

Permalink
Remove dependency on rayon
Browse files Browse the repository at this point in the history
  • Loading branch information
decryphe committed Oct 30, 2024
1 parent 59cb8ea commit 5bbef2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
46 changes: 0 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ snafu = { version = "0.8.5", default-features = false, features = [
serde_json = { version = "1", default-features = false, features = ["alloc"] }

[dev-dependencies]
criterion = "0.5.1"
criterion = { version = "0.5.1", default-features = false, features = ["plotters", "cargo_bench_support"] }
iai-callgrind = "0.14.0"
once_cell = "1.20.2"
pretty_assertions.workspace = true
Expand Down

0 comments on commit 5bbef2e

Please sign in to comment.