Skip to content

Commit

Permalink
Update freetype-sys and release version 0.7.1
Browse files Browse the repository at this point in the history
This is required to update harfbuzz, core-foundation, winit, and egui in
Servo.
  • Loading branch information
mrobinson committed Jan 14, 2024
1 parent 2f467f2 commit 6175aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -2,7 +2,7 @@
description = "Bindings for Freetype used by Servo"
license = "Apache-2.0 / MIT"
name = "freetype"
version = "0.7.0"
version = "0.7.1"
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.13.0", optional = true }
freetype-sys = { version = "0.19.0", optional = true }
libc = "0.2"

0 comments on commit 6175aec

Please sign in to comment.