mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +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>
19 lines
475 B
TOML
19 lines
475 B
TOML
[package]
|
|
name = "roc_fmt"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_region = { path = "../region" }
|
|
roc_module = { path = "../module" }
|
|
roc_parse = { path = "../parse" }
|
|
bumpalo = { version = "3.11.0", features = ["collections"] }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.3.0"
|
|
indoc = "1.0.7"
|
|
roc_test_utils = { path = "../../test_utils" }
|
|
walkdir = "2.3.2"
|