fix missing api feature for ruma-common from ruma-server-util

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-02-05 10:33:32 +00:00
parent 8cfc0a6bc6
commit fa3abc9431

View File

@ -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 }