From a1d5e92c9847c133373c8ad6f8751bf67240a2b2 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Tue, 7 Mar 2023 16:41:35 -0500 Subject: [PATCH] v0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3cbcd84ec..5c50634e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libxml" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Andreas Franzén ", "Deyan Ginev ","Jan Frederik Schaefer "] description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project"