Update minidom dep to 0.7.0
This commit is contained in:
parent
7490799acd
commit
a733ea5fb8
1 changed files with 7 additions and 3 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,7 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jid"
|
name = "jid"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
authors = [
|
||||||
|
"lumi <lumi@pew.im>",
|
||||||
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||||
|
]
|
||||||
description = "A crate which provides a Jid struct for Jabber IDs."
|
description = "A crate which provides a Jid struct for Jabber IDs."
|
||||||
homepage = "https://gitlab.com/lumi/jid-rs"
|
homepage = "https://gitlab.com/lumi/jid-rs"
|
||||||
repository = "https://gitlab.com/lumi/jid-rs"
|
repository = "https://gitlab.com/lumi/jid-rs"
|
||||||
|
@ -14,4 +18,4 @@ license = "LGPL-3.0+"
|
||||||
gitlab = { repository = "lumi/jid-rs" }
|
gitlab = { repository = "lumi/jid-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minidom = { version = "0.6.1", optional = true }
|
minidom = { version = "0.7", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue