Skip to content

Commit 86f616d

Browse files
committed
tests: Remove enabling the interface-instructions feature in spl/transfer-hook
1 parent e538f1a commit 86f616d

File tree

1 file changed

+1
-1
lines changed
  • tests/spl/transfer-hook/programs/transfer-hook

1 file changed

+1
-1
lines changed

tests/spl/transfer-hook/programs/transfer-hook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = []
1616
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
1717

1818
[dependencies]
19-
anchor-lang = { path = "../../../../../lang", features = ["interface-instructions"] }
19+
anchor-lang = { path = "../../../../../lang" }
2020
anchor-spl = { path = "../../../../../spl" }
2121
spl-discriminator = "0.5"
2222
spl-tlv-account-resolution = "0.11"

0 commit comments

Comments
 (0)