fix close

This commit is contained in:
Hardhat Chad
2025-07-15 11:24:42 -07:00
parent 4ce1883cf6
commit 39cbd72f00
5 changed files with 48 additions and 21 deletions

View File

@@ -32,13 +32,12 @@ solana-sdk = "^2.1"
spl-token = { version = "^4", features = ["no-entrypoint"] }
spl-token-2022 = "^7"
spl-associated-token-account = { version = "^6", features = [ "no-entrypoint" ] }
steel = { features = ["spl"], version = "4.0" }
steel = { features = ["spl"], version = "4.0.2" }
thiserror = "1.0.57"
tokio = { version = "1.37.0", features = ["full"] }
[patch.crates-io]
[profile.release]
overflow-checks = true