mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge remote-tracking branch 'remote/main' into upgrade-llvm-zig
This commit is contained in:
commit
656a7bcd87
100 changed files with 988 additions and 878 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue