mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
more workspace dependencies
This commit is contained in:
parent
2c23a106f2
commit
662bf1de99
32 changed files with 226 additions and 147 deletions
|
@ -11,9 +11,9 @@ roc_region = { path = "../region" }
|
|||
roc_ident = { path = "../ident" }
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_error_macros = {path = "../../error_macros"}
|
||||
bumpalo = { version = "3.11.0", features = ["collections"] }
|
||||
static_assertions = "1.1.0"
|
||||
snafu = { version = "0.7.1", features = ["backtraces"] }
|
||||
bumpalo.workspace = true
|
||||
static_assertions.workspace = true
|
||||
snafu.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue