program test

This commit is contained in:
Hardhat Chad
2024-07-09 20:54:48 +00:00
parent a422560780
commit 4eac56e2c4

View File

@@ -30,6 +30,6 @@ spl-associated-token-account.workspace = true
[dev-dependencies]
bs64 = "0.1.2"
rand = "0.8.5"
solana-program-test = "^1.18"
solana-sdk = "^1.18"
solana-program-test = "=1.18.17"
solana-sdk = "=1.18.17"
tokio = { version = "1.35", features = ["full"] }