Skip to content

Commit

Permalink
Update freetype-sys and bump version to v0.7.2
Browse files Browse the repository at this point in the history
Update freetype-sys to v0.20.1 for an OpenHarmony
build fix.

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
  • Loading branch information
jschwe committed Apr 17, 2024
1 parent 62bf498 commit 5036b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Bindings for Freetype used by Servo"
license = "Apache-2.0 / MIT"
name = "freetype"
version = "0.7.1"
version = "0.7.2"
authors = ["The Servo Project Developers"]
documentation = "https://doc.servo.org/freetype/"
repository = "https://github.com/servo/rust-freetype"
Expand All @@ -15,5 +15,5 @@ name = "freetype"
crate-type = ["rlib"]

[dependencies]
freetype-sys = { version = "0.19.0", optional = true }
freetype-sys = { version = "0.20.1", optional = true }
libc = "0.2"

0 comments on commit 5036b7a

Please sign in to comment.