Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 9b11cb5

Browse files
Publish spl-token-confidential-transfer-ciphertext-arithmetic v0.2.0
1 parent ecc63cb commit 9b11cb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/confidential-transfer/ciphertext-arithmetic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-token-confidential-transfer-ciphertext-arithmetic"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Solana Program Library Confidential Transfer Ciphertext Arithmetic"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

token/program-2022/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ solana-zk-sdk = "2.1.0"
2828
spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
2929
spl-memo = { version = "6.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
3030
spl-token = { version = "6.0", path = "../program", features = ["no-entrypoint"] }
31-
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.1.0", path = "../confidential-transfer/ciphertext-arithmetic" }
31+
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.2.0", path = "../confidential-transfer/ciphertext-arithmetic" }
3232
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../confidential-transfer/proof-extraction" }
3333
spl-token-group-interface = { version = "0.5.0", path = "../../token-group/interface" }
3434
spl-token-metadata-interface = { version = "0.6.0", path = "../../token-metadata/interface" }

0 commit comments

Comments
 (0)