Skip to content

Commit

Permalink
Publish spl-elgamal-registry v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 5bea39a commit 841caed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/rust-legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ solana-rpc-client = "2.1.0"
solana-rpc-client-api = "2.1.0"
solana-sdk = "2.1.0"
spl-associated-token-account-client = { version = "2.0.0" }
spl-elgamal-registry = { version = "0.1.0", path = "../../confidential-transfer/elgamal-registry"}
spl-elgamal-registry = { version = "0.1.1", path = "../../confidential-transfer/elgamal-registry"}
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
spl-record = { version = "0.3.0", features = ["no-entrypoint"] }
spl-token = { version = "7.0", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion confidential-transfer/elgamal-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-elgamal-registry"
version = "0.1.0"
version = "0.1.1"
description = "Solana ElGamal Registry Program"
authors = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ num_enum = "0.7.3"
solana-program = "2.1.0"
solana-security-txt = "1.1.1"
solana-zk-sdk = "2.1.0"
spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
spl-elgamal-registry = { version = "0.1.1", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
spl-token = { version = "7.0", features = ["no-entrypoint"] }
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.2.1", path = "../confidential-transfer/ciphertext-arithmetic" }
Expand Down

0 comments on commit 841caed

Please sign in to comment.