mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
remove redundant dependency
This commit is contained in:
parent
8b95816797
commit
f3e91a104b
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2353,7 +2353,6 @@ dependencies = [
|
||||||
"roc_problem",
|
"roc_problem",
|
||||||
"roc_region",
|
"roc_region",
|
||||||
"roc_serialize",
|
"roc_serialize",
|
||||||
"roc_test_utils",
|
|
||||||
"roc_types",
|
"roc_types",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
"ven_pretty",
|
"ven_pretty",
|
||||||
|
|
|
@ -17,7 +17,6 @@ roc_problem = { path = "../problem" }
|
||||||
roc_region = { path = "../region" }
|
roc_region = { path = "../region" }
|
||||||
roc_serialize = { path = "../serialize" }
|
roc_serialize = { path = "../serialize" }
|
||||||
roc_types = { path = "../types" }
|
roc_types = { path = "../types" }
|
||||||
roc_test_utils = { path = "../../test_utils" }
|
|
||||||
|
|
||||||
ven_pretty = { path = "../../vendor/pretty" }
|
ven_pretty = { path = "../../vendor/pretty" }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue