From 32f2e252e169f357191ff4a1f159da05f43a842d Mon Sep 17 00:00:00 2001 From: Ralph Minderhoud Date: Mon, 11 Sep 2023 15:20:15 -0400 Subject: [PATCH] Remove explicit cargo.toml feature --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 837a2d93a..df6934f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,9 +79,6 @@ no_neon = [] zeroize = ["zeroize_crate", "arrayvec/zeroize"] -# Enable optional serialization and deserialization of the Hash type using serde -serde = ["dep:serde"] - [package.metadata.docs.rs] # Document Hasher::update_rayon on docs.rs. features = ["rayon"]