Revert "Disable unused arrayvec/std feature"
This reverts commit 32750a8bf6.
This commit is contained in:
parent
32750a8bf6
commit
e974bdf720
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 = { version = "0.7.6", default-features = false }
|
arrayvec = "0.7.6"
|
||||||
|
|
||||||
[dependencies.env_logger]
|
[dependencies.env_logger]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue