From 1a9047a715a7cd10ec04dd3a2ee28a0737c36027 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 14 Dec 2021 12:45:01 +0100 Subject: [PATCH] ruma: Propagate unstable-pre-spec feature to ruma-identifiers Happens indirectly as well, but more future-proof this way. --- crates/ruma/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 22c0a97c..dfa12080 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -112,6 +112,7 @@ unstable-pre-spec = [ "ruma-client-api/unstable-pre-spec", "ruma-events/unstable-pre-spec", "ruma-federation-api/unstable-pre-spec", + "ruma-identifiers/unstable-pre-spec", "ruma-state-res/unstable-pre-spec" #"ruma-identity-service-api/unstable-pre-spec", #"ruma-push-gateway-api/unstable-pre-spec",