From f41e25a986a9b414f00da68a9725e5f8fc921041 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Sat, 23 Mar 2024 12:14:16 +0000 Subject: [PATCH] chore: make `serde` feature explicit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index eb3b56e..467d949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ default = ["std"] # impl std::error::Error for Secret where E: Error std = [] fake = ["dep:fake", "dep:rand"] +serde = ["dep:serde"] [dependencies] fake = { version = "2.5", optional = true, default-features = false }