minidom: Release 0.15.2

This finally fixes the memory corruption on closing tag for elements
with a name longer than 24 bytes.
This commit is contained in:
Emmanuel Gil Peyrot 2023-05-13 12:28:11 +02:00
commit 0d0335898d
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "minidom"
version = "0.15.1"
version = "0.15.2"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
@ -21,4 +21,4 @@ edition = "2018"
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
rxml = "0.9.1"
rxml = { version = "0.9.1", default-features = false, features = ["mt"] }