bump version to 0.9.0 and upgrade quick-xml to 0.12.1
This commit is contained in:
parent
e4dfa218b6
commit
96f223b7e3
5 changed files with 13 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minidom"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
@ -20,6 +20,6 @@ license = "MIT"
|
|||
gitlab = { repository = "lumi/minidom-rs" }
|
||||
|
||||
[dependencies]
|
||||
quick-xml = "0.11.0"
|
||||
quick-xml = "0.12.1"
|
||||
failure = "0.1.1"
|
||||
failure_derive = "0.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue