tests: Remove unused `anchor-spl` deps (#3381)

This commit is contained in:
Zhang ShengYan 2024-11-27 01:59:51 +08:00 committed by GitHub
parent 4b12678ca3
commit 4e61949358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View File

@ -18,4 +18,3 @@ default = []
[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }

View File

@ -18,5 +18,4 @@ default = []
[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
external = { path = "../external", features = ["no-entrypoint"] }

View File

@ -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" }