Skip to content

Commit 8885917

Browse files
authored
Update freetype-sys and bump version to v0.7.2 (#72)
Update freetype-sys to v0.20.1 for an OpenHarmony build fix. Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
1 parent 62bf498 commit 8885917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Bindings for Freetype used by Servo"
33
license = "Apache-2.0 / MIT"
44
name = "freetype"
5-
version = "0.7.1"
5+
version = "0.7.2"
66
authors = ["The Servo Project Developers"]
77
documentation = "https://doc.servo.org/freetype/"
88
repository = "https://github.com/servo/rust-freetype"
@@ -15,5 +15,5 @@ name = "freetype"
1515
crate-type = ["rlib"]
1616

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

0 commit comments

Comments
 (0)