move target -> roc_target

This commit is contained in:
Folkert 2022-01-26 23:33:02 +01:00
parent 5676562ca4
commit afd11e1cb1
17 changed files with 15 additions and 15 deletions

View file

@ -18,7 +18,7 @@ roc_module = { path = "../compiler/module" }
roc_region = { path = "../compiler/region" }
roc_types = { path = "../compiler/types" }
roc_parse = { path = "../compiler/parse" }
roc_target = { path = "../compiler/target" }
roc_target = { path = "../compiler/roc_target" }
roc_collections = { path = "../compiler/collections" }
bumpalo = { version = "3.8.0", features = ["collections"] }
snafu = { version = "0.6.10", features = ["backtraces"] }