Skip to content

Commit

Permalink
add the rayon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen committed May 29, 2024
1 parent c9077a8 commit 3a265f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serialize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ark-serialize-derive = { workspace = true, optional = true }
ark-std.workspace = true
digest.workspace = true
num-bigint.workspace = true
rayon = { workspace = true, optional = true }

[dev-dependencies]
sha2.workspace = true
Expand All @@ -30,6 +31,6 @@ ark-test-curves = { workspace = true, default-features = false, features = [ "bl

[features]
default = []
parallel = []
parallel = [ "rayon" ]
std = [ "ark-std/std" ]
derive = [ "ark-serialize-derive" ]

0 comments on commit 3a265f9

Please sign in to comment.