Skip to content

Commit 303dcb9

Browse files
committed
move test dependencies to dev-dependencies
1 parent 43d365a commit 303dcb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vault/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ stellar-ownable-macro = { git = "https://github.com/OpenZeppelin/stellar-contrac
1717
stellar-default-impl-macro = { git = "https://github.com/OpenZeppelin/stellar-contracts.git", tag = "v0.3.0" }
1818
stellar-upgradeable = { git = "https://github.com/OpenZeppelin/stellar-contracts.git", tag = "v0.3.0" }
1919
stellar-upgradeable-macros = { git = "https://github.com/OpenZeppelin/stellar-contracts.git", tag = "v0.3.0" }
20-
ed25519-dalek = { workspace = true }
21-
sha3 = { workspace = true }
22-
hex = { workspace = true }
2320

2421
[dev-dependencies]
2522
soroban-sdk = { workspace = true, features = ["testutils"] }
23+
ed25519-dalek = { workspace = true }
24+
sha3 = { workspace = true }
25+
hex = { workspace = true }
2626
rand = { workspace = true }
2727
stellar-strkey = { workspace = true }
2828
heapless = { workspace = true }

0 commit comments

Comments
 (0)