fix bug where incorrect stack size is given

This commit is contained in:
Folkert 2022-03-30 17:25:28 +02:00
parent c73c01aa34
commit fd209f90ff
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 93 additions and 41 deletions

View file

@ -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"] }