Fixed rodal dependency
... | ... | @@ -37,7 +37,7 @@ gcc = "*" |
mu_ast = {path = "src/ast"} | ||
mu_utils = {path = "src/utils"} | ||
#mu_gc = {path = "src/gc"} | ||
rodal = { git = "https://gitlab.anu.edu.au/mu/rodal", version = "^0.1.13" } | ||
rodal = { git = "https://gitlab.anu.edu.au/mu/rodal", branch = "new", version = "^0.1.13" } | ||
#rodal = { path = "./rodal", version = "*" } | ||
libc="*" | ||
... | ... |
Please register or sign in to comment