mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix bug where incorrect stack size is given
This commit is contained in:
parent
c73c01aa34
commit
fd209f90ff
5 changed files with 93 additions and 41 deletions
|
@ -18,5 +18,5 @@ roc_collections = { path = "../collections" }
|
|||
roc_load_internal = { path = "../load_internal" }
|
||||
roc_builtins = { path = "../builtins" }
|
||||
roc_module = { path = "../module" }
|
||||
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||
roc_target = { path = "../roc_target" }
|
||||
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue