Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit e985df5

Browse files
committed
fix: futures dep in build dep array
1 parent a3549f4 commit e985df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuel-zkvm-primitives-test-fixtures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ clap = { version = "^4.0", features = ["derive"], optional = true }
1515
enum-iterator = { version = "2.1.0", optional = true }
1616
which = "7.0.0"
1717
serde = { workspace = true, optional = true }
18-
futures = "0.3.31"
1918

2019
[build-dependencies]
2120
forc = "0.66.5"
@@ -39,6 +38,7 @@ anyhow = { workspace = true }
3938
bincode = { workspace = true }
4039
tokio = {workspace = true}
4140
primitive-types = "0.12.2"
41+
futures = "0.3.31"
4242

4343
[dev-dependencies]
4444
paste = "1.0"

0 commit comments

Comments
 (0)