diff --git a/Cargo.toml b/Cargo.toml index d6eb7ce..e49cd67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ keywords = ["container", "data-structure", "bitvec", "bitset", "no_std"] categories = ["data-structures"] [features] -serde = ["dep:serde", "std"] std = [] default = ["std"]