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

Commit 34e2417

Browse files
authored
memo: Bump to 5.0.0 for Solana v2 support (#6913)
1 parent d7766f9 commit 34e2417

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

Cargo.lock

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

memo/program/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-memo"
3-
version = "4.0.1"
3+
version = "5.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spl-token-group-interface = { version = "0.2.3", path = "../../token-group/inter
4040
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = [
4141
"no-entrypoint",
4242
] }
43-
spl-memo = { version = "4.0", path = "../../memo/program", features = [
43+
spl-memo = { version = "5.0", path = "../../memo/program", features = [
4444
"no-entrypoint",
4545
] }
4646
strum = "0.26"

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-sdk = "2.0.0"
2323
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = [
2424
"no-entrypoint",
2525
] }
26-
spl-memo = { version = "4.0", path = "../../memo/program", features = [
26+
spl-memo = { version = "5.0", path = "../../memo/program", features = [
2727
"no-entrypoint",
2828
] }
2929
spl-token = { version = "5.0", path = "../program", features = [

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-program = "2.0.0"
2323
solana-program-test = "2.0.0"
2424
solana-sdk = "2.0.0"
2525
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program" }
26-
spl-memo = { version = "4.0.1", path = "../../memo/program", features = [
26+
spl-memo = { version = "5.0.0", path = "../../memo/program", features = [
2727
"no-entrypoint",
2828
] }
2929
spl-pod = { version = "0.2.2", path = "../../libraries/pod" }

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ num_enum = "0.7.2"
2929
solana-program = "2.0.0"
3030
solana-security-txt = "1.1.1"
3131
solana-zk-token-sdk = "2.0.0"
32-
spl-memo = { version = "4.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
32+
spl-memo = { version = "5.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
3333
spl-token = { version = "5.0", path = "../program", features = ["no-entrypoint"] }
3434
spl-token-group-interface = { version = "0.2.3", path = "../../token-group/interface" }
3535
spl-token-metadata-interface = { version = "0.3.3", path = "../../token-metadata/interface" }

0 commit comments

Comments
 (0)