Skip to content

Commit 7429fae

Browse files
committed
bump version
1 parent 1909dfa commit 7429fae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ license = "MIT"
77
github = "https://github.com/GodGotzi/egui_xml/tree/main/parser"
88

99
[dependencies]
10-
quick-xml = "0.31.0"
10+
quick-xml = "0.37.1"
1111
proc-macro2 = "1.0"
1212
quote = "1.0"

parser/src/core.rs

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ impl TryFrom<String> for XMLForm {
187187

188188
fn try_from(xml: String) -> Result<Self, Self::Error> {
189189
let mut reader = Reader::from_str(&xml);
190-
reader.trim_text(true);
191190

192191
let mut buf = Vec::new();
193192

0 commit comments

Comments
 (0)