Skip to content

Commit

Permalink
token-metadata: Use no-entrypoint feature in token-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 18, 2023
1 parent 9f05914 commit de296fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-metadata/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
solana-program = "1.17.2"
spl-token-2022 = { version = "0.9", path = "../../token/program-2022" }
spl-token-2022 = { version = "0.9", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-metadata-interface = { version = "0.2.0", path = "../interface" }
spl-type-length-value = { version = "0.3.0" , path = "../../libraries/type-length-value" }
spl-pod = { version = "0.1.0", path = "../../libraries/pod" }
Expand Down

0 comments on commit de296fa

Please sign in to comment.