File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,3 @@ default = []
18
18
19
19
[dependencies ]
20
20
anchor-lang = { path = " ../../../../lang" }
21
- anchor-spl = { path = " ../../../../spl" }
Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ default = []
18
18
19
19
[dependencies ]
20
20
anchor-lang = { path = " ../../../../lang" }
21
- anchor-spl = { path = " ../../../../spl" }
22
21
external = { path = " ../external" , features = [" no-entrypoint" ] }
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ name = "sysvars"
11
11
[features ]
12
12
no-entrypoint = []
13
13
cpi = [" no-entrypoint" ]
14
- idl-build = [" anchor-lang/idl-build" , " anchor-spl/idl-build " ]
14
+ idl-build = [" anchor-lang/idl-build" ]
15
15
16
16
[dependencies ]
17
17
anchor-lang = { path = " ../../../../lang" }
18
- anchor-spl = { path = " ../../../../spl" }
You can’t perform that action at this time.
0 commit comments