fix(sdk): Use the markdown feature flag of ruma dirrectly

master
Damir Jelić 2021-09-09 20:26:53 +02:00
parent 4c8412f4a1
commit 924405270a
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ default = ["encryption", "sled_cryptostore", "sled_state_store", "require_auth_f
encryption = ["matrix-sdk-base/encryption"]
sled_state_store = ["matrix-sdk-base/sled_state_store"]
sled_cryptostore = ["matrix-sdk-base/sled_cryptostore"]
markdown = ["matrix-sdk-base/markdown"]
markdown = ["ruma/markdown"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]
socks = ["reqwest/socks"]

View File

@ -19,7 +19,6 @@ default = []
encryption = ["matrix-sdk-crypto"]
sled_state_store = ["sled", "pbkdf2", "hmac", "sha2", "rand", "chacha20poly1305"]
sled_cryptostore = ["matrix-sdk-crypto/sled_cryptostore"]
markdown = ["ruma/markdown"]
docs = ["encryption", "sled_cryptostore"]