1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-12 03:04:03 +02:00

xmpp: Use correct feature name for hello_bot example

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-08-20 21:33:55 +02:00
parent 5c312476c2
commit c6bd89776b

View File

@ -27,7 +27,7 @@ env_logger = "0.10"
[[example]]
name = "hello_bot"
required-features = ["avatar"]
required-features = ["avatars"]
[features]
default = ["avatars"]