Merge remote-tracking branch 'remote/main' into upgrade-llvm-zig

This commit is contained in:
Luke Boswell 2024-11-30 10:18:11 +11:00
commit 656a7bcd87
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
100 changed files with 988 additions and 878 deletions

View file

@ -8,8 +8,8 @@ license.workspace = true
version.workspace = true
[dependencies]
roc_collections = { path = "../collections" }
roc_module = { path = "../module" }
roc_region = { path = "../region" }
roc_target = { path = "../roc_target" }
roc_error_macros = { path = "../../error_macros" }
roc_collections.workspace = true
roc_module.workspace = true
roc_region.workspace = true
roc_target.workspace = true
roc_error_macros.workspace = true

View file

@ -11,8 +11,8 @@ version.workspace = true
tempfile.workspace = true
[build-dependencies]
roc_command_utils = { path = "../../../utils/command" }
roc_error_macros = { path = "../../../error_macros" }
roc_command_utils.workspace = true
roc_error_macros.workspace = true
# dunce can be removed once ziglang/zig#5109 is fixed
dunce = "1.0.3"

View file

@ -8,8 +8,8 @@ license.workspace = true
version.workspace = true
[build-dependencies]
roc_command_utils = { path = "../../../../utils/command" }
roc_error_macros = { path = "../../../../error_macros" }
roc_command_utils.workspace = true
roc_error_macros.workspace = true
# dunce can be removed once ziglang/zig#5109 is fixed
dunce = "1.0.3"