Skip to content

Commit

Permalink
Clean up features
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Sep 11, 2023
1 parent dc42b06 commit f957f2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/rust/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ path = "src/lib.rs"
[dependencies]
arrayref = "0.3.6"
solana-program = ">= 1.14.13, < 1.17"
spl-token-2022 = { version = ">= 0.6.0, < 0.9", features = ["no-entrypoint"], optional = true }
spl-token-2022 = { version = ">= 0.6.0, < 0.9", features = ["no-entrypoint"] }

[features]
spl-token = ["spl-token-2022"]
default = ["spl-token"]
spl-token = []

[profile.release]
overflow-checks = true # Enable integer overflow checks.

0 comments on commit f957f2d

Please sign in to comment.