File tree Expand file tree Collapse file tree
cashiers-check/programs/cashiers-check
multisig/programs/multisig
spl/token-proxy/programs/token-proxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ cpi = ["no-entrypoint"]
1515default = []
1616
1717[dependencies ]
18- anchor-lang = { git = " https://github.com/project-serum/anchor " }
19- anchor-spl = { git = " https://github.com/project-serum/anchor " }
18+ anchor-lang = { path = " ../../../../lang " }
19+ anchor-spl = { path = " ../../../../spl " }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ no-entrypoint = []
1313cpi = [" no-entrypoint" ]
1414
1515[dependencies ]
16- anchor-lang = { git = " https://github.com/project-serum/anchor " , features = [ " derive " ] }
16+ anchor-lang = { path = " ../../../../lang " }
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ cpi = ["no-entrypoint"]
1515default = []
1616
1717[dependencies ]
18- anchor-lang = { git = " https://github.com/project-serum/anchor " }
18+ anchor-lang = { path = " ../../../../lang " }
1919counter = { path = " ../counter" , features = [" cpi" ] }
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ cpi = ["no-entrypoint"]
1515default = []
1616
1717[dependencies ]
18- anchor-lang = { git = " https://github.com/project-serum/anchor " }
18+ anchor-lang = { path = " ../../../../lang " }
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ no-entrypoint = []
1313cpi = [" no-entrypoint" ]
1414
1515[dependencies ]
16- anchor-lang = { git = " https://github.com/project-serum/anchor " , features = [ " derive " ] }
17- anchor-spl = { git = " https://github.com/project-serum/anchor " }
16+ anchor-lang = { path = " ../../../../lang " }
17+ anchor-spl = { path = " ../../../../spl " }
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ no-entrypoint = []
1313cpi = [" no-entrypoint" ]
1414
1515[dependencies ]
16- anchor-lang = { git = " https://github.com/project-serum/anchor " , features = [ " derive " ] }
17- anchor-spl = { git = " https://github.com/project-serum/anchor " }
16+ anchor-lang = { path = " ../../../../lang " }
17+ anchor-spl = { path = " ../../../../spl " }
1818lockup = { path = " ../lockup" , features = [" cpi" ] }
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ cpi = ["no-entrypoint"]
1515default = []
1616
1717[dependencies ]
18- anchor-lang = { git = " https://github.com/project-serum/anchor " , features = [ " derive " ] }
18+ anchor-lang = { path = " ../../../../lang " }
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ cpi = ["no-entrypoint"]
1515default = []
1616
1717[dependencies ]
18- anchor-lang = { git = " https://github.com/project-serum/anchor " , features = [ " derive " ] }
18+ anchor-lang = { path = " ../../../../lang " }
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ no-entrypoint = []
1313cpi = [" no-entrypoint" ]
1414
1515[dependencies ]
16- anchor-lang = { git = " https://github.com/project-serum/anchor " , features = [ " derive " ] }
17- anchor-spl = { git = " https://github.com/project-serum/anchor " }
16+ anchor-lang = { path = " ../../../../../lang " }
17+ anchor-spl = { path = " ../../../../../spl " }
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ no-entrypoint = []
1313cpi = [" no-entrypoint" ]
1414
1515[dependencies ]
16- anchor-lang = { git = " https://github.com/project-serum/anchor" , features = [" derive" ] }
16+ anchor-lang = { path = " ../../../../lang" }
17+ anchor-spl = { path = " ../../../../spl" }
You can’t perform that action at this time.
0 commit comments