less broken

This commit is contained in:
nora 2022-01-28 22:51:27 +01:00
parent 00c5fd3754
commit 36128c22c8
2 changed files with 3 additions and 5 deletions

View file

@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bumpalo = { version = "3.9.1", features = ["collections"] }
bumpalo = { version = "3.9.1", features = [] }
rand = "0.8.4"