Maxime “pep” Buquet
02a70edf99
Fix 'elided lifetime' warning from nightly
...
Nightly 1.90. The fix passes on stable 1.88.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2025-07-20 16:01:44 +02:00
Jonas Schäfer
70d635b0fb
Bump rxml to 0.13.1
...
rxml 0.13.0 changed the quoting style to make it consistent, so we have
to patch up all affected places where we match exact strings.
2025-04-22 17:47:45 +02:00
Emmanuel Gil Peyrot
d203a348cb
minidom: Make the whole crate almost no_std
...
Only std::io is still missing, maybe we should consider using a crate
implementing its API on top of no_std?
2025-03-30 12:46:39 +02:00
dc88d1fb29
Fix minidom CHANGELOG.md format
2024-08-01 12:57:27 +00:00
Maxime “pep” Buquet
f648ab0c36
minidom: Update changelog
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2024-07-23 18:52:45 +02:00
Emmanuel Gil Peyrot
0d0335898d
minidom: Release 0.15.2
...
This finally fixes the memory corruption on closing tag for elements
with a name longer than 24 bytes.
2023-05-13 12:28:11 +02:00
Maxime “pep” Buquet
6bfe707789
minidom: Release 0.15.1
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-01-15 20:46:25 +01:00
Michel Alexandre Salim
940f1bc295
Remove doc references to quick-xml, update CHANGELOG
...
`minidom` no longer uses it since !154 . Also, CHANGELOG was not updated
for 0.15.0 and still referenced 0.14.0; take a stab at documenting what
has changed.
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
2022-12-30 14:29:15 +00:00
Emmanuel Gil Peyrot
07ff66d1cc
minidom: Release 0.14.0
2022-03-07 12:08:12 +01:00
Tobias Bieniek
1ef8b5428b
CHANGELOG: Add missing line breaks
...
Without these line breaks the changelog is rendered incorrectly
2021-07-31 09:11:48 +00:00
Emmanuel Gil Peyrot
aaacb2ecf3
minidom: Release 0.13.0
...
0.12.1 is to be yanked, it contained breaking changes.
2021-01-13 11:46:05 +01:00
Emmanuel Gil Peyrot
e2cf83ab13
minidom: Release 0.12.1
2021-01-13 00:32:53 +01:00
Emmanuel Gil Peyrot
714d850e69
Remove the -rs suffix of jid, minidom and xmpp
...
We know those are Rust libraries, no need to add it to the path. This
synchronises their directory with the crate name, hopefully reducing
confusion.
2020-06-22 02:17:32 +02:00