From f6ad64c910bf8364d5008e44bdf8ff04c0253371 Mon Sep 17 00:00:00 2001 From: lumi Date: Mon, 22 May 2017 16:09:04 +0200 Subject: [PATCH] now at version 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ad76a9c..66d9055c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.3.1" +version = "0.3.2" authors = ["lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel "] description = "A small, simple DOM implementation on top of xml-rs." homepage = "https://gitlab.com/lumi/minidom-rs"