Skip to content

Commit a5ab0f2

Browse files
Publish spl-token-confidential-transfer-ciphertext-arithmetic v0.3.1
1 parent f350f03 commit a5ab0f2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.3.0"
3+
version = "0.3.1"
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
@@ -44,7 +44,7 @@ solana-zk-sdk = "2.3.4"
4444
spl-elgamal-registry = { version = "0.3.0", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
4545
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
4646
spl-token-2022-interface = { version = "1.0", path = "../interface" }
47-
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.3.0", path = "../confidential-transfer/ciphertext-arithmetic" }
47+
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.3.1", path = "../confidential-transfer/ciphertext-arithmetic" }
4848
spl-token-confidential-transfer-proof-extraction = { version = "0.4.1", path = "../confidential-transfer/proof-extraction" }
4949
spl-token-group-interface = { version = "0.6.0" }
5050
spl-token-metadata-interface = { version = "0.7.0" }

0 commit comments

Comments
 (0)