We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71978e commit 7f86e57Copy full SHA for 7f86e57
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.33.0"
+version = "0.34.0"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -17,6 +17,13 @@
17
18
### Bug Fixes
19
20
+### Misc Changes
21
+
22
23
+## 0.34.0 -- 2024-06-25
24
25
+### Bug Fixes
26
27
- [#751]: Fix internal overflow when read 4GB+ files on 32-bit targets using `Reader<impl BufRead>` readers.
28
29
### Misc Changes
0 commit comments