Skip to content

Commit

Permalink
Revert freetype-rs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Nov 2, 2024
1 parent f934f84 commit b290ec9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b290ec9

Please sign in to comment.