mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
centralize package versions except for vendor and excluded
This commit is contained in:
parent
5485c8a5b0
commit
4a89bee0a5
66 changed files with 292 additions and 222 deletions
|
@ -1,8 +1,9 @@
|
|||
[package]
|
||||
name = "roc_alias_analysis"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
name = "roc_alias_analysis"
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
|
@ -12,4 +13,5 @@ roc_error_macros = {path = "../../error_macros"}
|
|||
roc_module = {path = "../module"}
|
||||
roc_mono = {path = "../mono"}
|
||||
roc_debug_flags = {path = "../debug_flags"}
|
||||
|
||||
bumpalo.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue