Revert "Disable unused arrayvec/std feature"

This reverts commit 32750a8bf6.
This commit is contained in:
Luracasmus 2025-12-10 21:04:40 +01:00
parent 32750a8bf6
commit e974bdf720
No known key found for this signature in database
GPG key ID: B15AEB0540D7693F

View file

@ -45,7 +45,7 @@ libdeflater = "1.25.0"
log = "0.4.28" log = "0.4.28"
bitvec = "1.0.1" bitvec = "1.0.1"
rustc-hash = "2.1.1" rustc-hash = "2.1.1"
arrayvec = { version = "0.7.6", default-features = false } arrayvec = "0.7.6"
[dependencies.env_logger] [dependencies.env_logger]
optional = true optional = true