diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index 140624c1..9cf61d52 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""] default = ["encryption", "qrcode", "sled_cryptostore", "sled_state_store", "require_auth_for_profile_requests", "native-tls"] encryption = ["matrix-sdk-base/encryption"] -qrcode = ["matrix-sdk-base/qrcode"] +qrcode = ["encryption", "matrix-sdk-base/qrcode"] sled_state_store = ["matrix-sdk-base/sled_state_store"] sled_cryptostore = ["matrix-sdk-base/sled_cryptostore"] markdown = ["matrix-sdk-base/markdown"]