File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ stellar-ownable-macro = { git = "https://github.com/OpenZeppelin/stellar-contrac
1717stellar-default-impl-macro = { git = " https://github.com/OpenZeppelin/stellar-contracts.git" , tag = " v0.3.0" }
1818stellar-upgradeable = { git = " https://github.com/OpenZeppelin/stellar-contracts.git" , tag = " v0.3.0" }
1919stellar-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 ]
2522soroban-sdk = { workspace = true , features = [" testutils" ] }
23+ ed25519-dalek = { workspace = true }
24+ sha3 = { workspace = true }
25+ hex = { workspace = true }
2626rand = { workspace = true }
2727stellar-strkey = { workspace = true }
2828heapless = { workspace = true }
You can’t perform that action at this time.
0 commit comments