Skip to content

Commit 2a08ee3

Browse files
authored
Update freetype-sys and release version 0.7.1 (#69)
This is required to update harfbuzz, core-foundation, winit, and egui in Servo.
1 parent e4b671b commit 2a08ee3

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.0"
5+
version = "0.7.1"
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.13.0", optional = true }
18+
freetype-sys = { version = "0.19.0", optional = true }
1919
libc = "0.2"

0 commit comments

Comments
 (0)