From bc50230c8a648f727d923dffb9650ebff9f60658 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 8 Aug 2020 16:02:59 +0200 Subject: [PATCH] identifiers: Restore key algorithm (de)serialization with default features --- ruma-identifiers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-identifiers/Cargo.toml b/ruma-identifiers/Cargo.toml index e6a8af9d..3578a966 100644 --- a/ruma-identifiers/Cargo.toml +++ b/ruma-identifiers/Cargo.toml @@ -20,7 +20,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] -default = ["serde"] +default = ["serde", "ruma-identifiers-validation/serde"] [dependencies] either = { version = "1.5.3", optional = true }