Skip to content

Commit e1e5402

Browse files
Update mpl-token-metadata requirement in /programs/defios
Updates the requirements on [mpl-token-metadata](https://github.com/metaplex-foundation/metaplex-program-library) to permit the latest version. - [Changelog](https://github.com/metaplex-foundation/metaplex-program-library/blob/master/release.toml) - [Commits](https://github.com/metaplex-foundation/metaplex-program-library/commits) --- updated-dependencies: - dependency-name: mpl-token-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ee60cb commit e1e5402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/defios/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ default = []
2020
[dependencies]
2121
anchor-lang = {version = "0.28.0", features = ["init-if-needed"]}
2222
anchor-spl = { version = "0.28.0", features = ["metadata"] }
23-
mpl-token-metadata = { version = "=1.12.2", features = ["no-entrypoint"] }
23+
mpl-token-metadata = { version = "=1.13.2", features = ["no-entrypoint"] }
2424
solana-program = "~1.14.16"
2525
pyth-sdk = "~0.8.0"

0 commit comments

Comments
 (0)