Restrict jid dependency version
I still wish I didn't have to, but it seems cargo is pulling 0.11 now that it's released, when xmpp still depends on 0.10. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c707aa5c35
commit
42183ea860
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ hyper = { version = "1.4", default-features = false, features = [ "http1", "serv
|
|||
hyper-util = { version = "0.1", features = [ "tokio" ] }
|
||||
http-body-util = "0.1"
|
||||
bytes = "1.6"
|
||||
jid = { version = "*", features = [ "serde" ] }
|
||||
jid = { version = "0.10", features = [ "serde" ] }
|
||||
log = "0.4"
|
||||
tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync" ] }
|
||||
pretty_env_logger = "0.5"
|
||||
|
|
Loading…
Reference in a new issue