diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 40365979..5b24be57 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -12,9 +12,9 @@ version = "0.1.0" [features] default = ["encryption", "sqlite-cryptostore"] -messages = [] -encryption = ["matrix-sdk-crypto"] -sqlite-cryptostore = ["matrix-sdk-crypto/sqlite-cryptostore"] +messages = ["matrix-sdk-base/messages"] +encryption = ["matrix-sdk-base/encryption"] +sqlite-cryptostore = ["matrix-sdk-base/sqlite-cryptostore"] [dependencies] dirs = "2.0.2"