mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-17 02:45:02 +01:00
remove bumpalo feature
This commit is contained in:
parent
76af14a9f4
commit
06dd53525a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bumpalo = { version = "3.8.0", features = ["collections", "boxed"] }
|
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||||
debug2 = { version = "0.1.0", optional = true }
|
debug2 = { version = "0.1.0", optional = true }
|
||||||
rustc-hash = { version = "1.1.0", optional = true }
|
rustc-hash = { version = "1.1.0", optional = true }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue