tests: Remove unused `anchor-spl` deps (#3381)
This commit is contained in:
parent
4b12678ca3
commit
4e61949358
|
@ -18,4 +18,3 @@ default = []
|
|||
|
||||
[dependencies]
|
||||
anchor-lang = { path = "../../../../lang" }
|
||||
anchor-spl = { path = "../../../../spl" }
|
||||
|
|
|
@ -18,5 +18,4 @@ default = []
|
|||
|
||||
[dependencies]
|
||||
anchor-lang = { path = "../../../../lang" }
|
||||
anchor-spl = { path = "../../../../spl" }
|
||||
external = { path = "../external", features = ["no-entrypoint"] }
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue