diff --git a/Cargo.toml b/Cargo.toml index f6ff2b03..46c208c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,9 +67,9 @@ features = ["compile-time-rng"] optional = true [dependencies.serde] -package = "serde" version = "1.0.111" -features = ["derive"] +default_features = false +features = ["derive", "alloc"] optional = true [target.'cfg(target_arch = "wasm32")'.dependencies]