Remove more serde-big-array debris

This commit is contained in:
Dirkjan Ochtman 2021-01-19 11:10:35 +01:00
parent 0d0266a296
commit 9fee57c05f
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ license = "MIT OR Apache-2.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018" edition = "2018"
[features]
with-serde = ["serde", "serde-big-array"]
[dependencies] [dependencies]
ahash = "0.6.1" ahash = "0.6.1"
indicatif = { version = "0.15", optional = true } indicatif = { version = "0.15", optional = true }