Update to Solana 1.7.13

This commit is contained in:
Michael Vines 2021-09-29 21:40:51 -07:00
parent f1345c7bb3
commit c38309791b
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ bytemuck = { version = "1.7.2", features = ["derive"] }
getrandom = { version = "0.1", features = ["dummy"] }
num-derive = "0.3"
num-traits = "0.2"
solana-sdk = "=1.7.11"
solana-sdk = "=1.7.13"
spl-zk-token-crypto = { path = "../crypto" }