Skip to content

Commit 91dce2e

Browse files
committed
fix: remove testutils from workspace soroban-sdk defaults to fix WASM build conflicts
1 parent e2c1b01 commit 91dce2e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

contract/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ repository = "https://github.com/Gatheraa/Gatherraa"
1616
license = "MIT"
1717

1818
[workspace.dependencies]
19-
soroban-sdk = { version = "23.5.2", features = ["testutils"] }
20-
serde_json = "1.0"
21-
rand = "0.8"
19+
soroban-sdk = { version = "23.5.2" }
2220
gathera-common = { path = "./common" }
2321
ticket_contract = { path = "./ticket_contract" }
2422
escrow_contract = { path = "./escrow_contract" }

contract/contracts/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ gathera-common = { workspace = true }
1212
ticket_contract = { workspace = true }
1313
escrow_contract = { workspace = true }
1414
multisig_wallet_contract = { workspace = true }
15-
serde_json = { workspace = true }
16-
rand = { workspace = true }
1715

1816
[dev-dependencies]
1917
soroban-sdk = { workspace = true, features = ["testutils"] }

0 commit comments

Comments
 (0)