Skip to content

Commit b9992cf

Browse files
authored
Upgrade usvg to 0.44 (#42)
1 parent 3b2e6da commit b9992cf

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ You can find its changes [documented below](#031-2024-07-29).
1515

1616
This release has an [MSRV][] of 1.75.
1717

18+
### Changed
19+
20+
- Updated to usvg 0.44.0 ([#42] by [@nicoburns])
21+
1822
## [0.4.0][] (2024-10-06)
1923

2024
This release has an [MSRV][] of 1.75.

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ workspace = true
4242
[dependencies]
4343
vello = { workspace = true }
4444
thiserror = "1.0.61"
45-
usvg = "0.43.0"
45+
usvg = "0.44.0"
4646
image = { version = "0.25.0", default-features = false, features = [
4747
"webp",
4848
"png",

0 commit comments

Comments
 (0)