upgrade mpl token metadata version (#2264)

This commit is contained in:
Matthew Callens 2022-11-17 22:41:22 -05:00 committed by GitHub
parent ee026aa8f5
commit 5e3ebcfde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ serum_dex = { git = "https://github.com/project-serum/serum-dex", rev = "1be91f2
solana-program = "1.13.3"
spl-token = { version = "3.5.0", features = ["no-entrypoint"], optional = true }
spl-associated-token-account = { version = "1.1.1", features = ["no-entrypoint"], optional = true }
mpl-token-metadata = { version = "1.3.4", optional = true, features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.4.3", optional = true, features = ["no-entrypoint"] }