mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
0079048944
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>
24 lines
618 B
TOML
24 lines
618 B
TOML
[package]
|
|
name = "roc_can"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_error_macros = { path = "../../error_macros" }
|
|
roc_exhaustive = { path = "../exhaustive" }
|
|
roc_region = { path = "../region" }
|
|
roc_module = { path = "../module" }
|
|
roc_parse = { path = "../parse" }
|
|
roc_problem = { path = "../problem" }
|
|
roc_types = { path = "../types" }
|
|
bumpalo = { version = "3.11.0", features = ["collections"] }
|
|
static_assertions = "1.1.0"
|
|
bitvec = "1"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.3.0"
|
|
indoc = "1.0.7"
|