Changed MuName and CName to Arc<String>
... | ... | @@ -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.0.5" } | ||
rodal = { git = "https://gitlab.anu.edu.au/mu/rodal", version = ">= 0.0.10" } | ||
#rodal = { path = "../rodal_test/rodal", version = ">= 0.0.5" } | ||
libc="*" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment