From b290ec96572b8147a0055f520b14cadc7faf2c02 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 2 Nov 2024 21:10:02 +0100 Subject: [PATCH] Revert freetype-rs bump --- CHANGELOG.md | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd1d63..6951106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - MSRV changed to 1.77.0 - **Breaking** yeslogic-fontconfig-sys bumped to 6.0.0 -- **Breaking** freetype-rs bumped to 0.37.0 ## 0.8.0 diff --git a/Cargo.toml b/Cargo.toml index 7f36a4f..59f3cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" [target.'cfg(not(any(target_os = "macos", windows)))'.dependencies] yeslogic-fontconfig-sys = "6.0.0" -freetype-rs = "0.37.0" +freetype-rs = "0.36.0" [target.'cfg(not(any(target_os = "macos", windows)))'.build-dependencies] pkg-config = "0.3"