Disable unused arrayvec/std feature
This commit is contained in:
parent
ddfe17d609
commit
32750a8bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue