xmpp: Use correct feature name for hello_bot example
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5c312476c2
commit
c6bd89776b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ env_logger = "0.10"
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "hello_bot"
|
name = "hello_bot"
|
||||||
required-features = ["avatar"]
|
required-features = ["avatars"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["avatars"]
|
default = ["avatars"]
|
||||||
|
|
Loading…
Reference in a new issue