Skip to content

Commit a2f1b11

Browse files
committed
fix: rand compilation
1 parent a3dacf8 commit a2f1b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuel-zkvm-primitives-prover/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ fuel-core-executor = { workspace = true }
1313
fuel-core-storage = { workspace = true }
1414
fuel-core-types = { workspace = true }
1515
postcard = { version = "1.0.10", optional = true }
16-
rand = { version = "0.9.0", optional = true }
1716
serde = { workspace = true }
1817
tai64 = { workspace = true }
1918
thiserror = { version = "2.0.3", optional = true }
2019

2120
[dev-dependencies]
21+
rand = { version = "0.9.0" }
2222

2323
[features]
24-
compression-game = ["dep:fuel-block-committer-encoding", "dep:postcard", "dep:fuel-core-compression", "dep:thiserror", "dep:rand"]
24+
compression-game = ["dep:fuel-block-committer-encoding", "dep:postcard", "dep:fuel-core-compression", "dep:thiserror"]

0 commit comments

Comments
 (0)