From 2a564b0dc75dba85dc38db19b3a5844b465daa15 Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Wed, 11 Dec 2024 22:27:08 -0500 Subject: [PATCH] [chore] bump patch for read/skrifa (#1288) --- Cargo.toml | 4 ++-- read-fonts/Cargo.toml | 2 +- skrifa/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80d287f32..3a54dfc97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,10 +41,10 @@ core_maths = "0.1" # that want default features will have to enable them directly. font-test-data = { path = "font-test-data" } font-types = { version = "0.8.2", path = "font-types" } -read-fonts = { version = "0.25.1", path = "read-fonts", default-features = false } +read-fonts = { version = "0.25.2", path = "read-fonts", default-features = false } # Disable default-features so that fauntlet can use skrifa without autohint # shaping support -skrifa = { version = "0.26.1", path = "skrifa", default-features = false, features = ["std"] } +skrifa = { version = "0.26.2", path = "skrifa", default-features = false, features = ["std"] } write-fonts = { version = "0.33.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/read-fonts/Cargo.toml b/read-fonts/Cargo.toml index 9e9f78698..8a8038ce3 100644 --- a/read-fonts/Cargo.toml +++ b/read-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read-fonts" -version = "0.25.1" +version = "0.25.2" description = "Reading OpenType font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index 4ef90733b..0fba8b075 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skrifa" -version = "0.26.1" +version = "0.26.2" description = "Metadata reader and glyph scaler for OpenType fonts." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]