Skip to content

Commit

Permalink
memo: Bump to 5.0.0 for Solana v2 support (#6913)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Jun 25, 2024
1 parent d7766f9 commit 34e2417
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 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 memo/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-memo"
version = "4.0.1"
version = "5.0.0"
description = "Solana Program Library Memo"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spl-token-group-interface = { version = "0.2.3", path = "../../token-group/inter
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = [
"no-entrypoint",
] }
spl-memo = { version = "4.0", path = "../../memo/program", features = [
spl-memo = { version = "5.0", path = "../../memo/program", features = [
"no-entrypoint",
] }
strum = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion token/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana-sdk = "2.0.0"
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = [
"no-entrypoint",
] }
spl-memo = { version = "4.0", path = "../../memo/program", features = [
spl-memo = { version = "5.0", path = "../../memo/program", features = [
"no-entrypoint",
] }
spl-token = { version = "5.0", path = "../program", features = [
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana-program = "2.0.0"
solana-program-test = "2.0.0"
solana-sdk = "2.0.0"
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program" }
spl-memo = { version = "4.0.1", path = "../../memo/program", features = [
spl-memo = { version = "5.0.0", path = "../../memo/program", features = [
"no-entrypoint",
] }
spl-pod = { version = "0.2.2", path = "../../libraries/pod" }
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ num_enum = "0.7.2"
solana-program = "2.0.0"
solana-security-txt = "1.1.1"
solana-zk-token-sdk = "2.0.0"
spl-memo = { version = "4.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
spl-memo = { version = "5.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
spl-token = { version = "5.0", path = "../program", features = ["no-entrypoint"] }
spl-token-group-interface = { version = "0.2.3", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.3.3", path = "../../token-metadata/interface" }
Expand Down

0 comments on commit 34e2417

Please sign in to comment.