mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
roc_solve shouldn't depend on itself
This commit is contained in:
parent
2d91dbc4ab
commit
6bd9fcd6e9
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3053,7 +3053,6 @@ dependencies = [
|
|||
"roc_problem",
|
||||
"roc_region",
|
||||
"roc_reporting",
|
||||
"roc_solve",
|
||||
"roc_solve_problem",
|
||||
"roc_solve_schema",
|
||||
"roc_target",
|
||||
|
|
|
@ -35,7 +35,6 @@ roc_load = { path = "../load" }
|
|||
roc_parse = { path = "../parse" }
|
||||
roc_problem = { path = "../problem" }
|
||||
roc_reporting = { path = "../../reporting" }
|
||||
roc_solve = { path = "../solve" }
|
||||
roc_target = { path = "../roc_target" }
|
||||
test_solve_helpers = { path = "../test_solve_helpers" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue