From 82a5fe24f2044d1907549e4c9ce53ee86b4296c3 Mon Sep 17 00:00:00 2001 From: rsheeter Date: Wed, 8 Jan 2025 15:02:14 -0800 Subject: [PATCH] write-fonts patch++ --- Cargo.toml | 2 +- write-fonts/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf156fe36..06dd5b729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ read-fonts = { version = "0.25.3", path = "read-fonts", default-features = false # Disable default-features so that fauntlet can use skrifa without autohint # shaping support skrifa = { version = "0.26.3", path = "skrifa", default-features = false, features = ["std"] } -write-fonts = { version = "0.33.0", path = "write-fonts" } +write-fonts = { version = "0.33.1", 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/write-fonts/Cargo.toml b/write-fonts/Cargo.toml index ee5a736aa..6dc24ff08 100644 --- a/write-fonts/Cargo.toml +++ b/write-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "write-fonts" -version = "0.33.0" +version = "0.33.1" description = "Writing font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]