mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Upgrade bumpalo to 3.2
This commit is contained in:
parent
ea8b090ee0
commit
0f79a3311d
11 changed files with 13 additions and 13 deletions
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
roc_region = { path = "../region" }
|
||||
roc_collections = { path = "../collections" }
|
||||
bumpalo = "2.6"
|
||||
bumpalo = { version = "3.2", features = ["collections"] }
|
||||
inlinable_string = "0.1.0"
|
||||
lazy_static = "1.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue