Remove unnecessary test_compile dep in solve

This commit is contained in:
Agus Zubiaga 2024-11-23 11:03:44 -03:00
parent 13fc87a52a
commit 5384b96979
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

@ -3118,7 +3118,6 @@ dependencies = [
"roc_unify",
"soa",
"tempfile",
"test_compile",
"test_solve_helpers",
]

View file

@ -45,5 +45,3 @@ lazy_static.workspace = true
pretty_assertions.workspace = true
regex.workspace = true
tempfile.workspace = true
test_compile.workspace = true