Skip to content

Commit 93ae73d

Browse files
authored
Fix forc-test dependency to include the tx feature (#7239)
1 parent b9ac2a9 commit 93ae73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository.workspace = true
1111
[dependencies]
1212
anyhow.workspace = true
1313
forc-pkg.workspace = true
14-
forc-util.workspace = true
14+
forc-util = { workspace = true, features = ["tx"] }
1515
fuel-abi-types.workspace = true
1616
fuel-tx = { workspace = true, features = ["test-helpers"] }
1717
fuel-vm = { workspace = true, features = ["random", "test-helpers"] }

0 commit comments

Comments
 (0)