Skip to content

Commit

Permalink
[chore] bump skrifa minor (#1186)
Browse files Browse the repository at this point in the history
This is breaking because the `patchmap` module was moved to the new `incremental-font-transfer`crate.
  • Loading branch information
dfrg authored Oct 10, 2024
1 parent 956940b commit dac1851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ font-types = { version = "0.7.2", path = "font-types" }
read-fonts = { version = "0.22.3", path = "read-fonts", default-features = false }
# Disable default-features so that fauntlet can use skrifa without autohint
# shaping support
skrifa = { version = "0.22.3", path = "skrifa", default-features = false, features = ["std"] }
skrifa = { version = "0.23.0", path = "skrifa", default-features = false, features = ["std"] }
write-fonts = { version = "0.29.0", path = "write-fonts" }
shared-brotli-patch-decoder = { version = "0.1.0", path = "shared-brotli-patch-decoder" }
incremental-font-transfer = { version = "0.1.0", path = "incremental-font-transfer" }
Expand Down
2 changes: 1 addition & 1 deletion skrifa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skrifa"
version = "0.22.3"
version = "0.23.0"
description = "Metadata reader and glyph scaler for OpenType fonts."
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]
Expand Down

0 comments on commit dac1851

Please sign in to comment.