Skip to content

Commit 70a8eb4

Browse files
committed
fix: add rayon to workspace dependencies
1 parent 7d94601 commit 70a8eb4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ edition = "2024"
1010
rust-version = "1.85.0"
1111

1212
[workspace.dependencies]
13-
# Internal workspace packages
14-
filecoin-f3-blssig = { path = "./blssig", version = "0.1.0" }
15-
filecoin-f3-certs = { path = "./certs", version = "0.1.0" }
16-
filecoin-f3-gpbft = { path = "./gpbft", version = "0.1.0" }
17-
filecoin-f3-rpc = { path = "./rpc", version = "0.1.0" }
18-
1913
ahash = "0.8"
2014
anyhow = "1"
2115
base32 = "0.5.1"
@@ -38,6 +32,7 @@ num-bigint = { version = "0.4.6", features = ["serde"] }
3832
num-traits = "0.2.19"
3933
parking_lot = "0.12"
4034
rand = "0.8"
35+
rayon = "1.11.0"
4136
serde = { version = "1", features = ["derive"] }
4237
serde_cbor = "0.11.2"
4338
serde_json = { version = "1", features = ["raw_value"] }

0 commit comments

Comments
 (0)