mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
update to workspace deps for miscellaneous
This commit is contained in:
parent
624021bf49
commit
e43b78b354
10 changed files with 19 additions and 26 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