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

Commit 93bf0db

Browse files
authored
token-cli{,ent}: Relax spl-memo dependency (#6512)
* token-client: Relax spl-memo requirement * token-cli: Relax spl-memo dependency to package
1 parent ae3ed5c commit 93bf0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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", path = "../../token-group/interfa
4040
spl-associated-token-account = { version = "3.0", path = "../../associated-token-account/program", features = [
4141
"no-entrypoint",
4242
] }
43-
spl-memo = { version = "4.0.1", path = "../../memo/program", features = [
43+
spl-memo = { version = "4.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 = ">=1.18.2,<=2"
2323
spl-associated-token-account = { version = "3.0", path = "../../associated-token-account/program", features = [
2424
"no-entrypoint",
2525
] }
26-
spl-memo = { version = "4.0.1", path = "../../memo/program", features = [
26+
spl-memo = { version = "4.0", path = "../../memo/program", features = [
2727
"no-entrypoint",
2828
] }
2929
spl-token = { version = "4.0", path = "../program", features = [

0 commit comments

Comments
 (0)