Skip to content

Commit d728c2f

Browse files
Publish spl-token-confidential-transfer-ciphertext-arithmetic v0.3.0
1 parent dd70816 commit d728c2f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

confidential-transfer/ciphertext-arithmetic/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2.1"
3+
version = "0.3.0"
44
description = "Solana Program Library Confidential Transfer Ciphertext Arithmetic"
55
authors = { workspace = true }
66
repository = { workspace = true }

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ solana-zk-sdk = "2.2.0"
4646
spl-elgamal-registry = { version = "0.1.1", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
4747
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
4848
spl-token = { version = "8.0", features = ["no-entrypoint"] }
49-
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.2.1", path = "../confidential-transfer/ciphertext-arithmetic" }
49+
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.3.0", path = "../confidential-transfer/ciphertext-arithmetic" }
5050
spl-token-confidential-transfer-proof-extraction = { version = "0.3.0", path = "../confidential-transfer/proof-extraction" }
5151
spl-token-group-interface = { version = "0.6.0" }
5252
spl-token-metadata-interface = { version = "0.7.0" }

0 commit comments

Comments
 (0)