port error.rs to error_chain, bump version to 0.4.0
This commit is contained in:
parent
6323529cd7
commit
508c971416
4 changed files with 27 additions and 34 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minidom"
|
||||
version = "0.3.3"
|
||||
version = "0.4.0"
|
||||
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Bastien Orivel <eijebong+minidom@bananium.fr>"]
|
||||
description = "A small, simple DOM implementation on top of xml-rs."
|
||||
homepage = "https://gitlab.com/lumi/minidom-rs"
|
||||
|
|
@ -15,3 +15,4 @@ gitlab = { repository = "lumi/minidom-rs" }
|
|||
|
||||
[dependencies]
|
||||
xml-rs = "0.4.1"
|
||||
error-chain = "0.10.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue