Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 58f4b75

Browse files
Publish spl-memo v6.0.0
1 parent ed01eb8 commit 58f4b75

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

Cargo.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

memo/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-memo"
3-
version = "5.0.0"
3+
version = "6.0.0"
44
description = "Solana Program Library Memo"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

token/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spl-token-client = { version = "0.12.1", path = "../client" }
3939
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
4040
spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" }
4141
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
42-
spl-memo = { version = "5.0", path = "../../memo/program", features = [
42+
spl-memo = { version = "6.0", path = "../../memo/program", features = [
4343
"no-entrypoint",
4444
] }
4545
strum = "0.26"

token/client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-rpc-client-api = "2.1.0"
2121
solana-sdk = "2.1.0"
2222
spl-associated-token-account-client = { version = "1.0.0", path = "../../associated-token-account/client" }
2323
spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elgamal-registry"}
24-
spl-memo = { version = "5.0", path = "../../memo/program", features = [
24+
spl-memo = { version = "6.0", path = "../../memo/program", features = [
2525
"no-entrypoint",
2626
] }
2727
spl-record = { version = "0.2.1", path = "../../record/program", features = ["no-entrypoint"] }

token/program-2022-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ solana-program-test = "2.1.0"
2525
solana-sdk = "2.1.0"
2626
spl-associated-token-account = { version = "5.0.1", path = "../../associated-token-account/program" }
2727
spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elgamal-registry" }
28-
spl-memo = { version = "5.0.0", path = "../../memo/program", features = [
28+
spl-memo = { version = "6.0.0", path = "../../memo/program", features = [
2929
"no-entrypoint",
3030
] }
3131
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }

token/program-2022/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ solana-program = "2.1.0"
2626
solana-security-txt = "1.1.1"
2727
solana-zk-sdk = "2.1.0"
2828
spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elgamal-registry", features = ["no-entrypoint"] }
29-
spl-memo = { version = "5.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
29+
spl-memo = { version = "6.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
3030
spl-token = { version = "6.0", path = "../program", features = ["no-entrypoint"] }
3131
spl-token-confidential-transfer-ciphertext-arithmetic = { version = "0.1.0", path = "../confidential-transfer/ciphertext-arithmetic" }
3232
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../confidential-transfer/proof-extraction" }

0 commit comments

Comments
 (0)