From 6323529cd70ff9a57fb2ee33e7a64ad1e34e4364 Mon Sep 17 00:00:00 2001 From: lumi Date: Mon, 22 May 2017 18:50:43 +0200 Subject: [PATCH] bump version to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66d9055c..b5ee1a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.3.2" +version = "0.3.3" 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"