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

@ -31,7 +31,7 @@ roc_load = { path = "../load" }
roc_can = { path = "../can" }
roc_parse = { path = "../parse" }
roc_build = { path = "../build" }
roc_target = { path = "../target" }
roc_target = { path = "../roc_target" }
roc_std = { path = "../../roc_std" }
bumpalo = { version = "3.8.0", features = ["collections"] }
either = "1.6.1"