Skip to content

Commit 841caed

Browse files
Publish spl-elgamal-registry v0.1.1
1 parent 5bea39a commit 841caed

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.

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.1.0"
2727
solana-rpc-client-api = "2.1.0"
2828
solana-sdk = "2.1.0"
2929
spl-associated-token-account-client = { version = "2.0.0" }
30-
spl-elgamal-registry = { version = "0.1.0", path = "../../confidential-transfer/elgamal-registry"}
30+
spl-elgamal-registry = { version = "0.1.1", 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 = "7.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.0"
3+
version = "0.1.1"
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
@@ -27,7 +27,7 @@ num_enum = "0.7.3"
2727
solana-program = "2.1.0"
2828
solana-security-txt = "1.1.1"
2929
solana-zk-sdk = "2.1.0"
30-
spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
30+
spl-elgamal-registry = { version = "0.1.1", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
3131
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
3232
spl-token = { version = "7.0", features = ["no-entrypoint"] }
3333
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.2.1", path = "../confidential-transfer/ciphertext-arithmetic" }

0 commit comments

Comments
 (0)