update as many dependencies as possible to use the workspace version of the package

This commit is contained in:
Brendan Hansknecht 2023-03-06 12:43:48 -08:00
parent 21af20597e
commit c9e4badd93
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
11 changed files with 38 additions and 34 deletions

View file

@ -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

View file

@ -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

View file

@ -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