diff --git a/xmpp/Cargo.toml b/xmpp/Cargo.toml index 676fc368..a99d8740 100644 --- a/xmpp/Cargo.toml +++ b/xmpp/Cargo.toml @@ -27,7 +27,7 @@ env_logger = "0.10" [[example]] name = "hello_bot" -required-features = ["avatar"] +required-features = ["avatars"] [features] default = ["avatars"]