mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
move target -> roc_target
This commit is contained in:
parent
5676562ca4
commit
afd11e1cb1
17 changed files with 15 additions and 15 deletions
|
@ -24,7 +24,7 @@ roc_constrain = { path = "../compiler/constrain" }
|
|||
roc_builtins = { path = "../compiler/builtins" }
|
||||
roc_problem = { path = "../compiler/problem" }
|
||||
roc_parse = { path = "../compiler/parse" }
|
||||
roc_target = { path = "../compiler/target" }
|
||||
roc_target = { path = "../compiler/roc_target" }
|
||||
roc_test_utils = { path = "../test_utils" }
|
||||
pretty_assertions = "1.0.0"
|
||||
indoc = "1.0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue