Skip to content

Commit

Permalink
tests: Remove unused anchor-spl deps (#3381)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanCode authored Nov 26, 2024
1 parent 4b12678 commit 4e61949
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion tests/idl/programs/external/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ default = []

[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
1 change: 0 additions & 1 deletion tests/idl/programs/generics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ default = []

[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
external = { path = "../external", features = ["no-entrypoint"] }
3 changes: 1 addition & 2 deletions tests/sysvars/programs/sysvars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ name = "sysvars"
[features]
no-entrypoint = []
cpi = ["no-entrypoint"]
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
idl-build = ["anchor-lang/idl-build"]

[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }

0 comments on commit 4e61949

Please sign in to comment.