Skip to content

Commit

Permalink
chore: propagate test-helpers feature flag to fuels-accounts from…
Browse files Browse the repository at this point in the history
… `fuels` (#1560)
  • Loading branch information
segfault-magnet authored Dec 13, 2024
1 parent 139f272 commit 6e1b2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fuels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fuels-test-helpers = { workspace = true, optional = true }
[features]
default = ["std", "fuels-test-helpers?/fuels-accounts", "coin-cache"]
coin-cache = ["fuels-accounts/coin-cache"]
test-helpers = ["dep:fuels-test-helpers", "fuels-accounts/test-helpers"]

# The crates enabled via `dep:` below are not currently wasm compatible, as
# such they are only available if `std` is enabled. The `dep:` syntax was
Expand Down

0 comments on commit 6e1b2c9

Please sign in to comment.