Skip to content

Commit 27964d3

Browse files
chore: Release
1 parent cac5fef commit 27964d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ solana-seed-derivable = "3.0.0"
5252
solana-seed-phrase = "3.0.0"
5353
solana-signature = { version = "3.2.0", default-features = false }
5454
solana-signer = "3.0.0"
55-
solana-zk-sdk = { path = "zk-sdk", version = "5.0.0" }
55+
solana-zk-sdk = { path = "zk-sdk", version = "5.0.1" }
5656
solana-zk-sdk-wasm-js = { path = "zk-sdk-wasm-js", version = "0.1.0" }
5757
subtle = "2.6.1"
5858
thiserror = "2.0.18"

zk-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-zk-sdk"
33
description = "Solana ZK SDK"
44
documentation = "https://docs.rs/solana-zk-sdk"
5-
version = "5.0.0"
5+
version = "5.0.1"
66
authors = { workspace = true }
77
repository = { workspace = true }
88
homepage = { workspace = true }

0 commit comments

Comments
 (0)