Skip to content

Commit

Permalink
Publish spl-token-confidential-transfer-proof-extraction v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 72bb80d commit bfb4d21
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spl-record = { version = "0.2.1", path = "../../record/program", features = ["no
spl-token = { version = "6.0", path = "../program", features = [
"no-entrypoint",
] }
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
spl-token-2022 = { version = "5.0.2", path = "../program-2022" }
spl-token-group-interface = { version = "0.5.0", path = "../../token-group/interface" }
Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/elgamal-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytemuck = { version = "1.18.0", features = ["derive"] }
solana-program = "2.1.0"
solana-zk-sdk = "2.1.0"
spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../proof-extraction" }
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../proof-extraction" }

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-extraction/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-token-confidential-transfer-proof-extraction"
version = "0.1.0"
version = "0.2.0"
description = "Solana Program Library Confidential Transfer Proof Extraction"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ edition = "2021"
curve25519-dalek = "4.1.3"
solana-zk-sdk = "2.1.0"
thiserror = "1.0.66"
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../proof-extraction" }
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../proof-generation" }
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spl-record = { version = "0.2.1", path = "../../record/program", features = [
spl-token-2022 = { version = "5.0.2", path = "../program-2022", features = [
"no-entrypoint",
] }
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
spl-instruction-padding = { version = "0.3.0", path = "../../instruction-padding/program", features = [
"no-entrypoint",
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elg
spl-memo = { version = "6.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
spl-token = { version = "6.0", path = "../program", features = ["no-entrypoint"] }
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.1.0", path = "../confidential-transfer/ciphertext-arithmetic" }
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../confidential-transfer/proof-extraction" }
spl-token-group-interface = { version = "0.5.0", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.6.0", path = "../../token-metadata/interface" }
spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" }
Expand Down

0 comments on commit bfb4d21

Please sign in to comment.