Skip to content

Commit

Permalink
Remove dependency on rayon (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
decryphe authored Nov 1, 2024
1 parent db612fc commit 3ed79c9
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 @@ -85,7 +85,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 3ed79c9

Please sign in to comment.