mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
move target -> roc_target
This commit is contained in:
parent
5676562ca4
commit
afd11e1cb1
17 changed files with 15 additions and 15 deletions
|
@ -21,7 +21,7 @@ roc_builtins = { path = "../builtins" }
|
|||
roc_problem = { path = "../problem" }
|
||||
roc_parse = { path = "../parse" }
|
||||
roc_solve = { path = "../solve" }
|
||||
roc_target = { path = "../target" }
|
||||
roc_target = { path = "../roc_target" }
|
||||
pretty_assertions = "1.0.0"
|
||||
indoc = "1.0.3"
|
||||
tempfile = "3.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue