From 392afa27d2185c8d1b78a829fd3c292885d75366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20R=C3=B6ttsches?= Date: Thu, 3 Oct 2024 18:49:01 +0300 Subject: [PATCH] [chore] bump read/skrifa patch (#1168) Release FreeType advance diff fix and two perf improvements in path retrieval. --- Cargo.toml | 6 +++--- font-types/Cargo.toml | 2 +- read-fonts/Cargo.toml | 2 +- skrifa/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 284def9be..7c69b5c4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,11 +38,11 @@ core_maths = "0.1" # default-features enabled by `skrifa`. Other crates using `read-fonts` # that want default features will have to enable them directly. font-test-data = { path = "font-test-data" } -font-types = { version = "0.7.1", path = "font-types" } -read-fonts = { version = "0.22.2", path = "read-fonts", default-features = false } +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.2", path = "skrifa", default-features = false, features = ["std"] } +skrifa = { version = "0.22.3", path = "skrifa", default-features = false, features = ["std"] } write-fonts = { version = "0.29.0", path = "write-fonts" } [workspace.metadata.release] diff --git a/font-types/Cargo.toml b/font-types/Cargo.toml index cdff0a27a..a6420d911 100644 --- a/font-types/Cargo.toml +++ b/font-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "font-types" -version = "0.7.1" +version = "0.7.2" description = "Scalar types used in fonts." readme = "README.md" categories = ["text-processing"] diff --git a/read-fonts/Cargo.toml b/read-fonts/Cargo.toml index fbda086be..b0351e20c 100644 --- a/read-fonts/Cargo.toml +++ b/read-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read-fonts" -version = "0.22.2" +version = "0.22.3" description = "Reading OpenType font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index fa9d0b892..da168c650 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skrifa" -version = "0.22.2" +version = "0.22.3" description = "Metadata reader and glyph scaler for OpenType fonts." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]