From 36dabecb82e14d17f2e238d09390b15b9d21d410 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 11 Sep 2025 17:47:47 +0100 Subject: [PATCH] chore(1014): Include MSC4155 in build features to resolve build errors --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b56deef5..0cb415b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -387,6 +387,7 @@ features = [ "unstable-msc4210", # remove legacy mentions "unstable-extensible-events", "unstable-pdu", + "unstable-msc4155" ] [workspace.dependencies.rust-rocksdb]