Use TryFrom from the try_from crate, instead of the unstable feature.
This makes xmpp-parsers usable on stable.
This commit is contained in:
parent
0fcbf11644
commit
1f43cd934b
35 changed files with 86 additions and 87 deletions
|
|
@ -22,3 +22,4 @@ sha2 = "0.6.0"
|
|||
sha3 = "0.6.0"
|
||||
blake2 = "0.6.0"
|
||||
chrono = "0.4.0"
|
||||
try_from = "0.2.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue