Adapt to changes to native program entrypoint

This commit is contained in:
Michael Vines
2021-10-21 10:49:29 -07:00
parent 9c88f8205b
commit f2e7f0c32b
2 changed files with 7 additions and 9 deletions

View File

@@ -14,4 +14,5 @@ getrandom = { version = "0.1", features = ["dummy"] }
num-derive = "0.3"
num-traits = "0.2"
solana-sdk = "=1.9.0"
solana-program-runtime = "=1.9.0"
spl-zk-token-sdk = { path = "../sdk" }