xmpp: Remove unnecessary features
Fixup for 826914da54
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
2d5de00749
commit
8a823af56b
1 changed files with 0 additions and 1 deletions
|
@ -28,5 +28,4 @@ env_logger = "0.8"
|
||||||
[features]
|
[features]
|
||||||
default = ["avatars"]
|
default = ["avatars"]
|
||||||
avatars = []
|
avatars = []
|
||||||
serde = ["tokio-xmpp/serde", "xmpp-parsers/serde"]
|
|
||||||
tls-rust = ["tokio-xmpp/tls-rust"]
|
tls-rust = ["tokio-xmpp/tls-rust"]
|
||||||
|
|
Loading…
Reference in a new issue