Skip to content

Commit

Permalink
Fix spl/token-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Nov 4, 2024
1 parent cdb8dde commit cc053bb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
[dependencies]
anchor-lang = { path = "../../../../../lang", features = ["init-if-needed"] }
anchor-spl = { path = "../../../../../spl" }
spl-tlv-account-resolution = "0.8.0"
spl-transfer-hook-interface = "0.8.1"
spl-type-length-value = "0.6"
spl-pod = "0.4"
spl-tlv-account-resolution = "0.9"
spl-transfer-hook-interface = "0.9"
spl-type-length-value = "0.7"
spl-pod = "0.5"

0 comments on commit cc053bb

Please sign in to comment.