mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
update as many dependencies as possible to use the workspace version of the package
This commit is contained in:
parent
21af20597e
commit
c9e4badd93
11 changed files with 38 additions and 34 deletions
|
@ -15,4 +15,5 @@ roc_parse = { path = "../parse" }
|
|||
roc_problem = { path = "../problem" }
|
||||
roc_types = { path = "../types" }
|
||||
roc_can = { path = "../can" }
|
||||
arrayvec = "0.7.2"
|
||||
|
||||
arrayvec.workspace = true
|
||||
|
|
|
@ -7,4 +7,4 @@ edition = "2021"
|
|||
description = "Data structures for storing source-code-location information, used heavily for contextual error messages."
|
||||
|
||||
[dependencies]
|
||||
static_assertions = "1.1.0"
|
||||
static_assertions.workspace = true
|
||||
|
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
description = "Provides types and helpers for compiler targets such as default_x86_64."
|
||||
|
||||
[dependencies]
|
||||
target-lexicon = "0.12.3"
|
||||
strum = "0.24.0"
|
||||
strum_macros = "0.24"
|
||||
|
||||
strum.workspace = true
|
||||
strum_macros.workspace = true
|
||||
target-lexicon.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue