remove matrix from default feature

This commit is contained in:
shenjack 2024-03-15 06:34:28 +08:00
parent ec9cd625d1
commit 84c0426b05
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["ica", "matrix"]
default = ["ica"]
ica = ["dep:ed25519", "dep:ed25519-dalek", "dep:hex", "dep:rust_socketio"]
matrix = ["dep:ruma"]