Skip to content

Commit 97b0ec3

Browse files
authored
[chore] bump skrifa to 0.38.0 (googlefonts#1692)
We removed a default feature which was a breaking change.
1 parent c64c8f7 commit 97b0ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ font-types = { version = "0.10.1", path = "font-types" }
4545
read-fonts = { version = "0.35.1", path = "read-fonts", default-features = false }
4646
# Disable default-features so that fauntlet can use skrifa without autohint
4747
# shaping support
48-
skrifa = { version = "0.37.1", path = "skrifa", default-features = false, features = ["std"] }
48+
skrifa = { version = "0.38.0", path = "skrifa", default-features = false, features = ["std"] }
4949
write-fonts = { version = "0.43.0", path = "write-fonts" }
5050
shared-brotli-patch-decoder = { version = "0.1.0", path = "shared-brotli-patch-decoder", default-features = false }
5151
incremental-font-transfer = { version = "0.1.0", path = "incremental-font-transfer" }

skrifa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skrifa"
3-
version = "0.37.1"
3+
version = "0.38.0"
44
description = "Metadata reader and glyph scaler for OpenType fonts."
55
readme = "README.md"
66
categories = ["text-processing", "parsing", "graphics"]

0 commit comments

Comments
 (0)