Skip to content

Commit 6b38efe

Browse files
committed
fix: remove testutils from workspace dep to fix wasm32 CI build
testutils feature pulls in rand/serde_json which are incompatible with wasm32-unknown-unknown target. Each crate already enables it in [dev-dependencies] where it belongs.
1 parent acdc940 commit 6b38efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["contracts/split", "contracts/dashboard"]
33
resolver = "2"
44

55
[workspace.dependencies]
6-
soroban-sdk = { version = "22.0.0", features = ["testutils"] }
6+
soroban-sdk = { version = "22.0.0" }
77

88
[profile.release]
99
opt-level = "z"

0 commit comments

Comments
 (0)