From 5f37c4440469a790f303ddbfa1b4a458cb0de6fe Mon Sep 17 00:00:00 2001 From: Philip Deuchler Date: Thu, 25 Jul 2024 13:41:32 -0600 Subject: [PATCH] Bump version to pull in updated `pathfinder_simd` dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74ee625..43e1d8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "font-kit" -version = "0.14.1" +version = "0.14.2" authors = ["Patrick Walton "] description = "A cross-platform font loading library" license = "MIT OR Apache-2.0"