From fa3abc94310fd091b2cdf815e465ea69f8c88a16 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 5 Feb 2025 10:33:32 +0000 Subject: [PATCH] fix missing api feature for ruma-common from ruma-server-util Signed-off-by: Jason Volk --- crates/ruma-server-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-server-util/Cargo.toml b/crates/ruma-server-util/Cargo.toml index a6fc4fd2..7c89a7f0 100644 --- a/crates/ruma-server-util/Cargo.toml +++ b/crates/ruma-server-util/Cargo.toml @@ -18,7 +18,7 @@ all-features = true headers = "0.4.0" http = { workspace = true } http-auth = { version = "0.1.9", default-features = false } -ruma-common = { workspace = true } +ruma-common = { workspace = true, features = ["api"] } thiserror = { workspace = true } tracing = { workspace = true }