forked from metaplex-foundation/mpl-token-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use fork of mpl-token-auth-rules
- Loading branch information
1 parent
7e466ab
commit 3c6094e
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|