Update to Solana 1.9.1

This commit is contained in:
Michael Vines 2021-12-15 20:28:37 -08:00
parent f2e7f0c32b
commit a08e3760d8
1 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@ bytemuck = { version = "1.7.2", features = ["derive"] }
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"
solana-sdk = "=1.9.1"
solana-program-runtime = "=1.9.1"
spl-zk-token-sdk = { path = "../sdk" }