From 44cfd0adbc83303c19aef590ad0d71647e19f197 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 12 Oct 2021 20:57:15 +0200 Subject: [PATCH] ruma: Re-export unstable-pdu feature from ruma-events --- crates/ruma/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index de506884..22c0a97c 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -106,6 +106,7 @@ unstable-exhaustive-types = [ "ruma-push-gateway-api/unstable-exhaustive-types", "ruma-state-res/unstable-exhaustive-types" ] +unstable-pdu = ["ruma-events/unstable-pdu"] unstable-pre-spec = [ "ruma-common/unstable-pre-spec", "ruma-client-api/unstable-pre-spec",