Skip to content

Commit

Permalink
feat: use fork of mpl-token-auth-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphersnake committed Oct 17, 2023
1 parent 7e466ab commit 3c6094e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
22 changes: 20 additions & 2 deletions programs/token-metadata/Cargo.lock

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

8 changes: 6 additions & 2 deletions programs/token-metadata/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "token_metadata"
version = "1.13.3-debridge.0"
version = "1.13.3-debridge.1"
description = "Metaplex Metadata"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/metaplex-program-library"
Expand All @@ -16,7 +16,6 @@ serde-feature = ["serde", "serde_with"]
[dependencies]
arrayref = "0.3.6"
borsh = "0.9.3"
mpl-token-auth-rules = { version = "=1.4.3-beta.1", features = ["no-entrypoint"] }
mpl-token-metadata-context-derive = { version = "0.3.0", path = "../macro" }
mpl-utils = { version = "0.2" }
num-derive = "0.3"
Expand All @@ -29,6 +28,11 @@ spl-token = { version = ">= 3.5.0, < 5.0", features = ["no-entrypoint"] }
spl-associated-token-account = { version = ">= 1.1.3, < 3.0", features = ["no-entrypoint"] }
thiserror = "1.0"

[dependencies.mpl-token-auth-rules]
git = "ssh://[email protected]/debridge-finance/mpl-token-auth-rules.git"
version = "=1.4.3-debridge.0"
features = ["no-entrypoint"]

[dev-dependencies]
async-trait = "0.1.64"
rmp-serde = "1.1.1"
Expand Down

0 comments on commit 3c6094e

Please sign in to comment.