From f80507c47a9974863c735af5162d76dba4daf8bf Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Mon, 30 Sep 2024 11:03:53 -0400 Subject: [PATCH] [chore] bump patch for read and skrifa (#1163) --- 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 1430e725e..8e61cffbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,10 +39,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.7.1", path = "font-types" } -read-fonts = { version = "0.22.0", path = "read-fonts", default-features = false } +read-fonts = { version = "0.22.1", path = "read-fonts", default-features = false } # Disable default-features so that fauntlet can use skrifa without autohint # shaping support -skrifa = { version = "0.22.0", path = "skrifa", default-features = false, features = ["std"] } +skrifa = { version = "0.22.1", path = "skrifa", default-features = false, features = ["std"] } write-fonts = { version = "0.29.0", path = "write-fonts" } [workspace.metadata.release] diff --git a/read-fonts/Cargo.toml b/read-fonts/Cargo.toml index 42f908091..2d75ce2d3 100644 --- a/read-fonts/Cargo.toml +++ b/read-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read-fonts" -version = "0.22.0" +version = "0.22.1" description = "Reading OpenType font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index fc31488ec..95cd4c9fe 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skrifa" -version = "0.22.0" +version = "0.22.1" description = "Metadata reader and glyph scaler for OpenType fonts." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]