From dac1851b9c2b862803e60915ebe2efe5337cd92b Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Thu, 10 Oct 2024 12:55:02 -0400 Subject: [PATCH] [chore] bump skrifa minor (#1186) This is breaking because the `patchmap` module was moved to the new `incremental-font-transfer`crate. --- Cargo.toml | 2 +- skrifa/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d6669e6..392b149b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index da168c65..5202156e 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -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"]