Merge remote/main into upgrade branch

This commit is contained in:
Luke Boswell 2024-11-13 09:02:37 +11:00
parent dc3aa06d61
commit f4451722e8
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
17 changed files with 55 additions and 39 deletions

View file

@ -23,11 +23,11 @@ roc_solve_problem = { path = "../solve_problem" }
roc_solve_schema = { path = "../solve_schema" }
roc_types = { path = "../types" }
roc_unify = { path = "../unify" }
soa = { path = "../../soa" }
arrayvec.workspace = true
bumpalo.workspace = true
soa.workspace = true
[dev-dependencies]
roc_builtins = { path = "../builtins" }