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

Commit 016ba24

Browse files
author
Joe C
authored
bump/memo (#4635)
1 parent 1ec1c0f commit 016ba24

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 = "3.0.1"
3+
version = "4.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
@@ -30,7 +30,7 @@ spl-token = { version = "4.0", path="../program", features = [ "no-entrypoint" ]
3030
spl-token-2022 = { version = "0.7", path="../program-2022", features = [ "no-entrypoint" ] }
3131
spl-token-client = { version = "0.5", path="../client" }
3232
spl-associated-token-account = { version = "2.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
33-
spl-memo = { version = "3.0.1", path="../../memo/program", features = ["no-entrypoint"] }
33+
spl-memo = { version = "4.0.0", path="../../memo/program", features = ["no-entrypoint"] }
3434
strum = "0.25"
3535
strum_macros = "0.25"
3636
tokio = "1.14"

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ solana-sdk = "=1.16.1"
1717
# We never want the entrypoint for ATA, but we want the entrypoint for token when
1818
# testing token
1919
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
20-
spl-memo = { version = "3.0.1", path = "../../memo/program", features = ["no-entrypoint"] }
20+
spl-memo = { version = "4.0.0", path = "../../memo/program", features = ["no-entrypoint"] }
2121
spl-token = { version = "4.0", path="../program", features = [ "no-entrypoint" ] }
2222
spl-token-2022 = { version = "0.7", path="../program-2022" }
2323
spl-transfer-hook-interface = { version = "0.1", path="../transfer-hook-interface" }

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 = "=1.16.1"
2323
solana-program-test = "=1.16.1"
2424
solana-sdk = "=1.16.1"
2525
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program" }
26-
spl-memo = { version = "3.0.1", path = "../../memo/program", features = ["no-entrypoint"] }
26+
spl-memo = { version = "4.0.0", path = "../../memo/program", features = ["no-entrypoint"] }
2727
spl-token-2022 = { version = "0.7", path="../program-2022", features = ["no-entrypoint"] }
2828
spl-instruction-padding = { version = "0.1.0", path="../../instruction-padding/program", features = ["no-entrypoint"] }
2929
spl-token-client = { version = "0.5", path = "../client" }

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ num-traits = "0.2"
2525
num_enum = "0.6.1"
2626
solana-program = "1.16.1"
2727
solana-zk-token-sdk = "1.16.1"
28-
spl-memo = { version = "3.0.1", path = "../../memo/program", features = [ "no-entrypoint" ] }
28+
spl-memo = { version = "4.0.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
2929
spl-transfer-hook-interface = { version = "0.1.0", path = "../transfer-hook-interface" }
3030
spl-token = { version = "4.0", path = "../program", features = ["no-entrypoint"] }
3131
thiserror = "1.0"

0 commit comments

Comments
 (0)