parsers, tokio-xmpp: remove unnecessary jid feature alias
It can be done directly using `jid = { version = "*", features =
["stringprep"] }` even though jid is imported from another lib.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a91157aa80
commit
826914da54
2 changed files with 0 additions and 2 deletions
|
|
@ -38,4 +38,3 @@ rustc_version = "0.4"
|
|||
default = ["tls-native"]
|
||||
tls-rust = ["tokio-rustls", "webpki-roots"]
|
||||
tls-native = ["tokio-native-tls", "native-tls"]
|
||||
serde = ["xmpp-parsers/serde"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue