Skip to content

Commit

Permalink
Remove unnecessary feature use in workspace testutils (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 15, 2024
1 parent a8d8d9a commit 9213148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workspace/contract_a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ soroban-workspace-contract-a-interface = { workspace = true }

[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
soroban-workspace-contract-a-interface = { workspace = true, features = ["testutils"] }
soroban-workspace-contract-a-interface = { workspace = true }
4 changes: 2 additions & 2 deletions workspace/contract_b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ soroban-workspace-contract-a-interface = { workspace = true }

[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
soroban-workspace-contract-a-interface = { workspace = true, features = ["testutils"] }
soroban-workspace-contract-a = { workspace = true, features = ["testutils"] }
soroban-workspace-contract-a-interface = { workspace = true }
soroban-workspace-contract-a = { workspace = true }

0 comments on commit 9213148

Please sign in to comment.