update to xmpp-parsers 0.7.0

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-23 18:59:41 +01:00
commit ba8c86620a
10 changed files with 31 additions and 34 deletions

View file

@ -1,5 +1,3 @@
#![feature(try_from)]
extern crate xml;
extern crate xmpp_parsers;
extern crate openssl;
@ -7,6 +5,7 @@ extern crate minidom;
extern crate base64;
extern crate sha_1;
extern crate chrono;
extern crate try_from;
pub extern crate jid;
pub extern crate sasl;