From 77f0676a58584ca381b139f96b6e20dfc5c62603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 4 Aug 2020 10:49:08 +0200 Subject: [PATCH] matrix-sdk: The emoji example requires the encryption feature. --- matrix_sdk/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index b1438d11..7583f2f1 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -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"]