浏览代码

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

Zhang ShengYan 10 月之前
父节点
当前提交
4e61949358

+ 0 - 1
tests/idl/programs/external/Cargo.toml

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

+ 0 - 1
tests/idl/programs/generics/Cargo.toml

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

+ 1 - 2
tests/sysvars/programs/sysvars/Cargo.toml

@@ -11,8 +11,7 @@ name = "sysvars"
 [features]
 [features]
 no-entrypoint = []
 no-entrypoint = []
 cpi = ["no-entrypoint"]
 cpi = ["no-entrypoint"]
-idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
+idl-build = ["anchor-lang/idl-build"]
 
 
 [dependencies]
 [dependencies]
 anchor-lang = { path = "../../../../lang" }
 anchor-lang = { path = "../../../../lang" }
-anchor-spl = { path = "../../../../spl" }