Relax the mpl metadata package constraint (#2366)

This commit is contained in:
Zhuojie Zhou | rex 2023-01-22 06:48:57 -08:00 committed by GitHub
parent ba16746d5d
commit b4459f2a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ docker-target
.rollup.cache/
test-keypair.json
tsconfig.tsbuildinfo
.vscode

View File

@ -26,4 +26,4 @@ serum_dex = { git = "https://github.com/openbook-dex/program/", rev = "1be91f2",
solana-program = "1.13.5"
spl-token = { version = "3.5.0", features = ["no-entrypoint"], optional = true }
spl-associated-token-account = { version = "1.1.1", features = ["no-entrypoint"], optional = true }
mpl-token-metadata = { version = "1.4.3", optional = true, features = ["no-entrypoint"] }
mpl-token-metadata = { version = "^1.4.3", optional = true, features = ["no-entrypoint"] }