Skip to content

Commit

Permalink
Bump mpl-token-metadata from 1.2.6 to 1.4.3
Browse files Browse the repository at this point in the history
Bumps [mpl-token-metadata](https://github.com/metaplex-foundation/metaplex-program-library) from 1.2.6 to 1.4.3.
- [Release notes](https://github.com/metaplex-foundation/metaplex-program-library/releases)
- [Changelog](https://github.com/metaplex-foundation/metaplex-program-library/blob/master/release.toml)
- [Commits](https://github.com/metaplex-foundation/metaplex-program-library/commits/mpl-token-metadata-prog-v1.4.3)

---
updated-dependencies:
- dependency-name: mpl-token-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2022
1 parent 3580715 commit ef65024
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 programs/cardinal-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anchor-lang = { version = "0.22.0", features = ["init-if-needed"] }
anchor-spl = "0.22.0"
solana-program = "1.8.1"
spl-token = { version = "3.1.1", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.2.5", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.4.3", features = ["no-entrypoint"] }

[dev-dependencies]
proptest = { version = "1.0" }

0 comments on commit ef65024

Please sign in to comment.