Skip to content

Commit a104f14

Browse files
committed
Use harfrust 0.3.1 and skrifa 0.37
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 01a20f3 commit a104f14

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

crates/usvg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ siphasher = "1.0" # perfect hash implementation
3737

3838
# text
3939
fontdb = { version = "0.23.0", default-features = false, optional = true }
40-
harfrust = { version = "0.2", optional = true }
41-
skrifa = { version = "0.36", optional = true }
40+
harfrust = { version = "0.3.1", optional = true }
41+
skrifa = { version = "0.37", optional = true, default-features = false, features = ["std"] }
4242
unicode-bidi = { version = "0.3", optional = true }
4343
unicode-script = { version = "0.5", optional = true }
4444
unicode-vo = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)