Skip to content

Commit

Permalink
Fix dependency version (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Jun 26, 2023
1 parent 1c0d8e0 commit 2ee5299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hydra/program/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions hydra/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ default = []
[dependencies]
anchor-lang = "0.26.0"
anchor-spl = "0.26.0"
solana-zk-token-sdk = "~1.14.13"
spl-token = {version="3.5.0", features = [ "no-entrypoint" ]}
mpl-token-metadata = {version="1.7.0", features = [ "no-entrypoint" ]}

Expand Down

2 comments on commit 2ee5299

@AnderUstarroz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance to get this released on a new patch: metaplex-program-library=1.12.1 @febo ? it would solve lot of headaches for Anchor developers. Currently any anchor app using latest anchor v0.28.0 have to apply hacks to make mpl-token-metadata work.

@samuelvanderwaal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a change to mpl-hydra, not mpl-token-metadat just FYI.

Please sign in to comment.