Skip to content

Commit 5c4d6f6

Browse files
Publish spl-elgamal-registry v0.2.0
1 parent d728c2f commit 5c4d6f6

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

Cargo.lock

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

clients/rust-legacy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ solana-rpc-client = "2.2.0"
2727
solana-rpc-client-api = "2.2.0"
2828
solana-sdk = "2.2.1"
2929
spl-associated-token-account-client = { version = "2.0.0" }
30-
spl-elgamal-registry = { version = "0.1.1", path = "../../confidential-transfer/elgamal-registry"}
30+
spl-elgamal-registry = { version = "0.2.0", path = "../../confidential-transfer/elgamal-registry"}
3131
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
3232
spl-record = { version = "0.3.0", features = ["no-entrypoint"] }
3333
spl-token = { version = "8.0", features = ["no-entrypoint"] }

confidential-transfer/elgamal-registry/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-elgamal-registry"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Solana ElGamal Registry Program"
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
@@ -43,7 +43,7 @@ solana-security-txt = "1.1.1"
4343
solana-sysvar = "2.2.1"
4444
solana-system-interface = "1.0.0"
4545
solana-zk-sdk = "2.2.0"
46-
spl-elgamal-registry = { version = "0.1.1", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
46+
spl-elgamal-registry = { version = "0.2.0", 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"] }
4949
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.3.0", path = "../confidential-transfer/ciphertext-arithmetic" }

0 commit comments

Comments
 (0)