build: disable matrix feature by default
This commit is contained in:
@@ -46,6 +46,6 @@ zip = { version = "2", default-features = false, features = ["flate2"] }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
console-subscriber = ["dep:console-subscriber"]
|
console-subscriber = ["dep:console-subscriber"]
|
||||||
default = ["matrix"]
|
default = []
|
||||||
matrix = ["dep:dirs", "dep:matrix-sdk"]
|
matrix = ["dep:dirs", "dep:matrix-sdk"]
|
||||||
mimalloc = ["dep:mimalloc"]
|
mimalloc = ["dep:mimalloc"]
|
||||||
|
|||||||
Reference in New Issue
Block a user