Skip to content

Commit 58f64ad

Browse files
Publish spl-elgamal-registry v0.4.0
1 parent 4fae3ba commit 58f64ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -45,7 +45,7 @@ solana-signer = "3.0.0"
4545
solana-system-interface = "2"
4646
solana-transaction = "3.0.0"
4747
spl-associated-token-account-interface = { version = "2.0.0" }
48-
spl-elgamal-registry = { version = "0.3.0", path = "../../confidential/elgamal-registry", features = ["no-entrypoint"] }
48+
spl-elgamal-registry = { version = "0.4.0", path = "../../confidential/elgamal-registry", features = ["no-entrypoint"] }
4949
spl-memo-interface = "2.0.0"
5050
spl-record = { version = "0.4.0", features = ["no-entrypoint"] }
5151
spl-token-interface = "2.0.0"

confidential/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.3.0"
3+
version = "0.4.0"
44
description = "SPL ElGamal Registry Program"
55
authors = { workspace = true }
66
repository = { workspace = true }

0 commit comments

Comments
 (0)