From 6b58785c80e2641a945863301f1f0f270902766c Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Tue, 10 Sep 2024 22:43:36 -0400 Subject: [PATCH] [chore] Bump font-types, read-fonts, skrifa (#1150) Patch for font-types, minor for read-fonts and skrifa --- 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 6224a1d56..7a179666b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,9 +38,9 @@ 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.0", path = "font-types" } -read-fonts = { version = "0.21.0", path = "read-fonts", default-features = false } -skrifa = { version = "0.21.0", path = "skrifa" } +font-types = { version = "0.7.1", path = "font-types" } +read-fonts = { version = "0.22.0", path = "read-fonts", default-features = false } +skrifa = { version = "0.22.0", path = "skrifa" } 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 2836d4daa..cdff0a27a 100644 --- a/font-types/Cargo.toml +++ b/font-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "font-types" -version = "0.7.0" +version = "0.7.1" 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 b0e58e9fc..42f908091 100644 --- a/read-fonts/Cargo.toml +++ b/read-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read-fonts" -version = "0.21.0" +version = "0.22.0" description = "Reading OpenType font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index 2d31c549b..2c2cb9ea3 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skrifa" -version = "0.21.0" +version = "0.22.0" description = "Metadata reader and glyph scaler for OpenType fonts." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]