Skip to content

Commit

Permalink
chore: update quick xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Nov 28, 2023
1 parent 0d87a8d commit ef02fb3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ github = { repository = "tglman/tileline", branch = "master" }


[dependencies]
quick-xml="0.30"
quick-xml="0.31"
colorsys = "0.6.7"
builder-pattern= "0.4"
chrono = {version = "0.4.24" , optional =true}
Expand Down
2 changes: 1 addition & 1 deletion src/pieces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ where
("xlink:href", l.link().as_str()),
("xlink:title", l.title().as_str()),
])
.write_inner_content(|svg| {
.write_inner_content::<_, quick_xml::Error>(|svg| {
write_rect(svg, &config, first, second, &xval)?;
Ok(())
})?;
Expand Down

0 comments on commit ef02fb3

Please sign in to comment.