implement Fail on JidParseError
This commit is contained in:
parent
87d59181cb
commit
fd4a513779
2 changed files with 11 additions and 1 deletions
|
|
@ -18,4 +18,6 @@ license = "LGPL-3.0+"
|
|||
gitlab = { repository = "xmpp-rs/jid-rs" }
|
||||
|
||||
[dependencies]
|
||||
failure = "0.1.1"
|
||||
failure_derive = "0.1.1"
|
||||
minidom = { version = "0.8.0", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue