Skip to content

Commit 652bab0

Browse files
authored
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
1 parent f94fa25 commit 652bab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core-foundation-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "core-foundation-sys"
33
description = "Bindings to Core Foundation for macOS"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.8.6"
6+
version = "0.8.7"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99
edition = "2018"

core-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
[dependencies.core-foundation-sys]
1414
path = "../core-foundation-sys"
1515
default-features = false
16-
version = "0.8.6"
16+
version = "0.8.7"
1717

1818
[dependencies]
1919
libc = "0.2"

0 commit comments

Comments
 (0)