From c692fe55659795311b1e291b32cb199e7bdad7df Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 2 Feb 2021 19:18:10 +0100 Subject: [PATCH] identity-service-api: Add missing feature unstable-exhaustive-types --- ruma-identity-service-api/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruma-identity-service-api/Cargo.toml b/ruma-identity-service-api/Cargo.toml index 07f8b2ba..8f3d902a 100644 --- a/ruma-identity-service-api/Cargo.toml +++ b/ruma-identity-service-api/Cargo.toml @@ -17,3 +17,6 @@ ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.3.0", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" + +[features] +unstable-exhaustive-types = []