matrix-sdk: The emoji example requires the encryption feature.

This commit is contained in:
Damir Jelić 2020-08-04 10:49:08 +02:00
parent e7b2a54e46
commit 77f0676a58

View file

@ -55,3 +55,7 @@ tempfile = "3.1.0"
mockito = "0.26.0"
lazy_static = "1.4.0"
futures = "0.3.5"
[[example]]
name = "emoji_verification"
required-features = ["encryption"]