Skip to content

Commit

Permalink
Revert default feature (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Sep 15, 2023
1 parent 9f1b56b commit 927d062
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/rust/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ 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"] }
spl-token-2022 = { version = ">= 0.6.0, < 0.9", features = ["no-entrypoint"], optional = true }

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

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

0 comments on commit 927d062

Please sign in to comment.