From 501909c32ded6121f4037b47a04222b9e96842d5 Mon Sep 17 00:00:00 2001 From: lumi Date: Sun, 20 Aug 2017 17:26:45 +0200 Subject: [PATCH] bump version to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6aa5d6cb..a89aea2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.6.0" +version = "0.6.1" authors = ["lumi ", "Emmanuel Gil Peyrot ", "Bastien Orivel ", "Astro "] description = "A small, simple DOM implementation on top of quick-xml" homepage = "https://gitlab.com/lumi/minidom-rs"