Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Upgrade core foundation #282

Merged
merged 2 commits into from
Jan 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure"
version = "0.24.0"
version = "0.25.0"
authors = ["The Servo Project Developers"]
documentation = "http://doc.servo.org/azure/"
repository = "https://github.com/servo/rust-azure"
Expand All @@ -19,7 +19,7 @@ cmake = "0.1"
euclid = "0.16"
libc = "0.2"
serde = {version = "1.0", features=["derive"], optional = true}
servo-skia = "0.30000009"
servo-skia = "0.30000010"

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
servo-freetype-sys = "4.0.1"