Fixed bug where duplicate blocks were created
... | @@ -34,7 +34,7 @@ gcc = "*" | ... | @@ -34,7 +34,7 @@ gcc = "*" |
ast = {path = "src/ast"} | ast = {path = "src/ast"} | ||
utils = {path = "src/utils"} | utils = {path = "src/utils"} | ||
gc = {path = "src/gc"} | gc = {path = "src/gc"} | ||
rodal = { git = "https://gitlab.anu.edu.au/mu/rodal", version = "0.0.3" } | rodal = { git = "https://gitlab.anu.edu.au/mu/rodal", version = ">= 0.0.5" } | ||
libc="*" | libc="*" | ||
field-offset = "*" | field-offset = "*" | ||
libloading = "*" | libloading = "*" | ||
... | ... |