mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.12.2...v0.12.3) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
326 B
TOML
14 lines
326 B
TOML
[package]
|
|
name = "roc_collections"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
im = "15.0.0"
|
|
im-rc = "15.0.0"
|
|
wyhash = "0.5.0"
|
|
bumpalo = { version = "3.8.0", features = ["collections"] }
|
|
hashbrown = { version = "0.12.3", features = [ "bumpalo" ] }
|
|
bitvec = "1"
|