From be1f805af845032e6e28c8144f2a25cd1aa3fe97 Mon Sep 17 00:00:00 2001 From: segfault-magnet Date: Thu, 12 Dec 2024 12:01:00 +0100 Subject: [PATCH] propagate `test-helpers` feature flag to `fuels-accounts` from `fuels` --- packages/fuels/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fuels/Cargo.toml b/packages/fuels/Cargo.toml index e62bcda8b..22df12e6b 100644 --- a/packages/fuels/Cargo.toml +++ b/packages/fuels/Cargo.toml @@ -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