roc_solve shouldn't depend on itself

This commit is contained in:
Richard Feldman 2023-11-10 16:04:06 -05:00
parent 2d91dbc4ab
commit 6bd9fcd6e9
No known key found for this signature in database
GPG key ID: BAF1322FA6809A13
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3053,7 +3053,6 @@ dependencies = [
"roc_problem",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_solve_problem",
"roc_solve_schema",
"roc_target",

View file

@ -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" }