We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b671b commit 2a08ee3Copy full SHA for 2a08ee3
Cargo.toml
@@ -2,7 +2,7 @@
2
description = "Bindings for Freetype used by Servo"
3
license = "Apache-2.0 / MIT"
4
name = "freetype"
5
-version = "0.7.0"
+version = "0.7.1"
6
authors = ["The Servo Project Developers"]
7
documentation = "https://doc.servo.org/freetype/"
8
repository = "https://github.com/servo/rust-freetype"
@@ -15,5 +15,5 @@ name = "freetype"
15
crate-type = ["rlib"]
16
17
[dependencies]
18
-freetype-sys = { version = "0.13.0", optional = true }
+freetype-sys = { version = "0.19.0", optional = true }
19
libc = "0.2"
0 commit comments