From 4bd5f1b6707c839a1d4fcf396c10bc83e9eaaf86 Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Mon, 8 Jan 2024 12:25:13 -0500 Subject: [PATCH] [chore] Bump patch for skrifa/write-fonts --- fauntlet/Cargo.toml | 2 +- skrifa/Cargo.toml | 2 +- write-fonts/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fauntlet/Cargo.toml b/fauntlet/Cargo.toml index 4f7c98a58..69b3f4a61 100644 --- a/fauntlet/Cargo.toml +++ b/fauntlet/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" publish = false [dependencies] -skrifa = { version = "0.15.1", path = "../skrifa" } +skrifa = { version = "0.15.2", path = "../skrifa" } freetype-rs = "0.32.0" memmap2 = "0.5.10" rayon = "1.8.0" diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index 50e458453..796e05ab1 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skrifa" -version = "0.15.1" +version = "0.15.2" edition = "2021" license = "MIT/Apache-2.0" description = "Metadata reader and glyph scaler for OpenType fonts." diff --git a/write-fonts/Cargo.toml b/write-fonts/Cargo.toml index f068fa9e3..c7e4016ee 100644 --- a/write-fonts/Cargo.toml +++ b/write-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "write-fonts" -version = "0.21.0" +version = "0.21.1" edition = "2021" license = "MIT/Apache-2.0" description = "Writing font files."