Disable unused arrayvec/std feature

This commit is contained in:
Luracasmus 2025-12-07 16:22:17 +01:00
parent ddfe17d609
commit 32750a8bf6
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 = "0.7.6" arrayvec = { version = "0.7.6", default-features = false }
[dependencies.env_logger] [dependencies.env_logger]
optional = true optional = true