Skip to content

Commit

Permalink
spl: Update mpl-token-metadata version requirement to 5 (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Nov 11, 2024
1 parent 354271c commit e4f5d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ token_2022_extensions = ["spl-token-2022", "spl-token-group-interface", "spl-tok
[dependencies]
anchor-lang = { path = "../lang", version = "0.30.1", features = ["derive"] }
borsh = { version = "0.10.3", optional = true }
mpl-token-metadata = { version = "5.0.0-beta.0", optional = true }
mpl-token-metadata = { version = "5", optional = true }
spl-associated-token-account = { version = "6", features = ["no-entrypoint"], optional = true }
spl-memo = { version = "6", features = ["no-entrypoint"], optional = true }
spl-token = { version = "7", features = ["no-entrypoint"], optional = true }
Expand Down

0 comments on commit e4f5d43

Please sign in to comment.