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 62bf498 commit 8885917Copy full SHA for 8885917
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.1"
+version = "0.7.2"
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.19.0", optional = true }
+freetype-sys = { version = "0.20.1", optional = true }
19
libc = "0.2"
0 commit comments