From 652bab0a62d87df8a974ffad2ad9f7be218a8b56 Mon Sep 17 00:00:00 2001 From: "Ngo Iok Ui (Wu Yu Wei)" Date: Sat, 10 Aug 2024 01:47:06 +0900 Subject: [PATCH] Bump version of core-foundation-sys to 0.8.7 (#683) * Bump version of core-foundation-sys to 0.9.0 * Bump patch version instead --- core-foundation-sys/Cargo.toml | 2 +- core-foundation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"