messages: enable this feature by default

master
Devin R 2020-05-25 07:37:49 -04:00
parent 1ba2f584cb
commit b24b4b7423
2 changed files with 1 additions and 6 deletions

View File

@ -50,8 +50,3 @@ tempfile = "3.1.0"
mockito = "0.25.1" mockito = "0.25.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
futures = "0.3.5" futures = "0.3.5"
[dev-dependencies.matrix-sdk-base]
version = "0.1.0"
path = "../matrix_sdk_base"
features = ["messages"]

View File

@ -11,7 +11,7 @@ repository = "https://github.com/matrix-org/matrix-rust-sdk"
version = "0.1.0" version = "0.1.0"
[features] [features]
default = ["encryption", "sqlite-cryptostore"] default = ["encryption", "sqlite-cryptostore", "messages"]
messages = [] messages = []
encryption = ["matrix-sdk-crypto"] encryption = ["matrix-sdk-crypto"]
sqlite-cryptostore = ["matrix-sdk-crypto/sqlite-cryptostore"] sqlite-cryptostore = ["matrix-sdk-crypto/sqlite-cryptostore"]