From e4f5f10ebb9e0a5c611f5fa47a01648c030f9e2b Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 3 Jun 2025 18:49:36 +0200 Subject: [PATCH] Upgrade to the latest version of `freetype-sys` Signed-off-by: Martin Robinson --- harfbuzz-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harfbuzz-sys/Cargo.toml b/harfbuzz-sys/Cargo.toml index d1338f37..fa886f67 100644 --- a/harfbuzz-sys/Cargo.toml +++ b/harfbuzz-sys/Cargo.toml @@ -37,7 +37,7 @@ optional = true features = ["Win32_Graphics_DirectWrite"] [dependencies.freetype-sys] -version = "0.21.0" +version = "0.23.0" optional = true [features]