We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc0cf commit 29f9fc8Copy full SHA for 29f9fc8
lib/Cargo.toml
@@ -16,8 +16,8 @@ thiserror = "1.0"
16
num-traits = "~0.2"
17
bs58 = "0.4.0"
18
spl-token = { version = "3.5.0", features = ["no-entrypoint"] }
19
-mpl-token-metadata = {version = "1.3.6", features = [ "no-entrypoint" ] }
20
-spl-associated-token-account = {version = "1.1.1", features = [ "no-entrypoint" ] }
+mpl-token-metadata = {version = "1.11.0", features = [ "no-entrypoint" ] }
+spl-associated-token-account = {version = "1.1.3", features = [ "no-entrypoint" ] }
21
22
[dev-dependencies]
23
solana-sdk = "1.7.11"
0 commit comments