mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/fitzgen/bumpalo/releases) - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.11.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
1,001 B
TOML
29 lines
1,001 B
TOML
[package]
|
|
name = "roc_mono"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_exhaustive = { path = "../exhaustive" }
|
|
roc_region = { path = "../region" }
|
|
roc_module = { path = "../module" }
|
|
roc_types = { path = "../types" }
|
|
roc_can = { path = "../can" }
|
|
roc_derive_key = { path = "../derive_key" }
|
|
roc_derive = { path = "../derive" }
|
|
roc_intern = { path = "../intern" }
|
|
roc_late_solve = { path = "../late_solve" }
|
|
roc_std = { path = "../../roc_std" }
|
|
roc_problem = { path = "../problem" }
|
|
roc_builtins = { path = "../builtins" }
|
|
roc_target = { path = "../roc_target" }
|
|
roc_error_macros = {path="../../error_macros"}
|
|
roc_debug_flags = {path="../debug_flags"}
|
|
roc_tracing = { path = "../../tracing" }
|
|
ven_pretty = { path = "../../vendor/pretty" }
|
|
bumpalo = { version = "3.11.0", features = ["collections"] }
|
|
hashbrown = { version = "0.12.3", features = [ "bumpalo" ] }
|
|
static_assertions = "1.1.0"
|