Skip to content

Commit

Permalink
tests: Fix spl/transfer-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Nov 4, 2024
1 parent 48eade6 commit 49dc39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/spl/transfer-hook/programs/transfer-hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
[dependencies]
anchor-lang = { path = "../../../../../lang", features = ["interface-instructions"] }
anchor-spl = { path = "../../../../../spl" }
spl-discriminator = "0.3"
spl-tlv-account-resolution = "0.8"
spl-transfer-hook-interface = "0.8.1"
spl-discriminator = "0.4"
spl-tlv-account-resolution = "0.9"
spl-transfer-hook-interface = "0.9"

0 comments on commit 49dc39e

Please sign in to comment.