diff --git a/core-foundation-sys/Cargo.toml b/core-foundation-sys/Cargo.toml index 656c3390..98c141ea 100644 --- a/core-foundation-sys/Cargo.toml +++ b/core-foundation-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "core-foundation-sys" description = "Bindings to Core Foundation for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.8.6" +version = "0.8.7" authors = ["The Servo Project Developers"] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 1bb2fc63..32f891fb 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies.core-foundation-sys] path = "../core-foundation-sys" default-features = false -version = "0.8.6" +version = "0.8.7" [dependencies] libc = "0.2"