diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index b7fb428..3185eec 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "13.1.0" +version = "13.1.1" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT/Apache-2.0" @@ -15,5 +15,5 @@ mountainlion = [] [dependencies] foreign-types = "0.3" libc = "0.2" -core-foundation = { path = "../core-foundation", version = "0.6" } +core-foundation = { path = "../core-foundation", version = "0.6.2" } core-graphics = { path = "../core-graphics", version = "0.17" }