From 9c2a6075df7bddb5e613667d47a5ba1613a1c71b Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Fri, 3 Jul 2026 14:17:38 +0200 Subject: [PATCH 1/2] Prepare 0.7 release features have been renamed, hence a major bump is required. --- harfbuzz-sys/Cargo.toml | 2 +- harfbuzz/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/harfbuzz-sys/Cargo.toml b/harfbuzz-sys/Cargo.toml index fa886f67..b55f0b58 100644 --- a/harfbuzz-sys/Cargo.toml +++ b/harfbuzz-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harfbuzz-sys" -version = "0.6.1" +version = "0.7.0" readme = "README.md" categories = ["external-ffi-bindings", "internationalization", "text-processing"] description = "Rust bindings to the HarfBuzz text shaping engine" diff --git a/harfbuzz/Cargo.toml b/harfbuzz/Cargo.toml index ef755cef..61369a9f 100644 --- a/harfbuzz/Cargo.toml +++ b/harfbuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harfbuzz" -version = "0.6.0" +version = "0.7.0" readme = "README.md" description = "High-level Rust bindings to the HarfBuzz text shaping engine" @@ -14,7 +14,7 @@ repository = { workspace = true } [dependencies.harfbuzz-sys] path = "../harfbuzz-sys" -version = "0.6.1" +version = "0.7.0" default-features = false [dependencies.harfbuzz-traits] From d41827bf01dfc701577cc3b3509281decfb2c172 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Fri, 3 Jul 2026 16:59:06 +0200 Subject: [PATCH 2/2] Update windows to 0.62 --- 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 b55f0b58..87789851 100644 --- a/harfbuzz-sys/Cargo.toml +++ b/harfbuzz-sys/Cargo.toml @@ -32,7 +32,7 @@ core-text = { version = "20", optional = true } foreign-types = { version = "0.5", optional = true } [target.'cfg(target_family = "windows")'.dependencies.windows] -version = "0.59" +version = "0.62" optional = true features = ["Win32_Graphics_DirectWrite"]