Skip to content

Commit

Permalink
add no-entrypoint feature to spl-token-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Jan 23, 2024
1 parent a0181b0 commit db0f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy_static = "1"
rand = "0.8"
serde_bytes = "0"
spl-associated-token-account = { version = "2", features = ["no-entrypoint"] }
spl-token-2022 = { version = "1" }
spl-token-2022 = { version = "1", features = ["no-entrypoint"] }
tokio ={ version = "1", features = ["fs", "macros", "rt-multi-thread"] }
thiserror = "1"
helium-api = "3"
Expand Down

0 comments on commit db0f986

Please sign in to comment.