implement ToAttributeValue on integral types, bump version

This commit is contained in:
lumi 2017-05-28 00:25:57 +02:00
commit d6a9e6e9ea
2 changed files with 29 additions and 18 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "minidom"
version = "0.4.2"
version = "0.4.3"
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"