mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08: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
|
@ -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