From 3b154c6a350f549cd17e83d0212fbf4160839b7d Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Mon, 13 Apr 2026 00:26:11 -0400 Subject: [PATCH] build: disable matrix feature by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7824759..54203de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,6 @@ zip = { version = "2", default-features = false, features = ["flate2"] } [features] console-subscriber = ["dep:console-subscriber"] -default = ["matrix"] +default = [] matrix = ["dep:dirs", "dep:matrix-sdk"] mimalloc = ["dep:mimalloc"]