Skip to content

Commit

Permalink
Update svgtypes to allow double quoted FuncIRIs.
Browse files Browse the repository at this point in the history
Closes #756
  • Loading branch information
RazrFalcon committed May 7, 2024
1 parent 800a998 commit 4daa53a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/resvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jpeg-decoder = { version = "0.3", default-features = false, features = ["platfor
log = "0.4"
pico-args = { version = "0.5", features = ["eq-separator"] }
rgb = "0.8"
svgtypes = "0.15.0"
svgtypes = "0.15.1"
tiny-skia = "0.11.4"
usvg = { path = "../usvg", version = "0.41.0", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion crates/usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ base64 = "0.22" # for embedded images
log = "0.4"
pico-args = { version = "0.5", features = ["eq-separator"] }
strict-num = "0.1.1"
svgtypes = "0.15.0"
svgtypes = "0.15.1"
tiny-skia-path = "0.11.4"
xmlwriter = "0.1"

Expand Down

0 comments on commit 4daa53a

Please sign in to comment.