Skip to content

Commit

Permalink
move rayon dep to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Nov 27, 2024
1 parent 78b824d commit ea97cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ honeycomb-render = { version = "0.6.0", path = "./honeycomb-render" }

# common
cfg-if = "1"
rayon = "1.10.0"
rustversion = "1.0.18"
thiserror = "2.0.3"

Expand Down
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _single_precision = []
[dependencies]
cfg-if.workspace = true
honeycomb.workspace = true
rayon = "1.10.0"
rayon.workspace = true

[dev-dependencies]
honeycomb-core = { workspace = true, features = ["utils"] }
Expand Down

0 comments on commit ea97cdd

Please sign in to comment.