From 06dd53525a1c487012b0008309fcceb55b7c1d25 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 4 Jan 2022 23:10:19 +0100 Subject: [PATCH] remove bumpalo feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9898ef..203a66a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bumpalo = { version = "3.8.0", features = ["collections", "boxed"] } +bumpalo = { version = "3.8.0", features = ["collections"] } debug2 = { version = "0.1.0", optional = true } rustc-hash = { version = "1.1.0", optional = true }