From 7051682e70defcab6b683d6e9db07124a6de0df7 Mon Sep 17 00:00:00 2001 From: Benjamin Stigsen Date: Tue, 9 Dec 2025 15:00:29 +0100 Subject: [PATCH] Update Harfrust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f269524..eac508c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ bitflags = "2.4.1" core_maths = { version = "0.1.1", optional = true } cosmic_undo_2 = { version = "0.2.0", optional = true } fontdb = { version = "0.23", default-features = false } -harfrust = { version = "0.4.0", default-features = false } +harfrust = { version = "0.4.1", default-features = false } hashbrown = { version = "0.16", optional = true, default-features = false } libm = { version = "0.2.8", optional = true } linebender_resource_handle = { version = "0.1.1", default-features = false }