Skip to content

Commit

Permalink
Update to Solana 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored and pull[bot] committed May 24, 2022
1 parent 8007c50 commit 1113864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zk-token-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ base64 = "0.13"
bytemuck = { version = "1.7.2", features = ["derive"] }
num-derive = "0.3"
num-traits = "0.2"
solana-program = "=1.9.0"
solana-program = "=1.9.1"

[target.'cfg(not(target_arch = "bpf"))'.dependencies]
aes-gcm-siv = "0.10.3"
Expand All @@ -29,7 +29,7 @@ rand = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha3 = "0.9"
solana-sdk = "=1.9.0"
solana-sdk = "=1.9.1"
subtle = "2"
thiserror = "1"
zeroize = { version = "1.2.0", default-features = false, features = ["zeroize_derive"] }
Expand Down

0 comments on commit 1113864

Please sign in to comment.