mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
Merge pull request #7265 from roc-lang/workspace-deps
Update cargo dependencies to use workspace
This commit is contained in:
commit
0e550a7f68
65 changed files with 698 additions and 661 deletions
|
|
@ -11,10 +11,10 @@ version.workspace = true
|
|||
"parse_debug_trace" = []
|
||||
|
||||
[dependencies]
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_module = { path = "../module" }
|
||||
roc_region = { path = "../region" }
|
||||
roc_error_macros = { path = "../../error_macros" }
|
||||
roc_collections.workspace = true
|
||||
roc_module.workspace = true
|
||||
roc_region.workspace = true
|
||||
roc_error_macros.workspace = true
|
||||
|
||||
soa.workspace = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue