Skip to content

Commit 8f7400b

Browse files
authored
Auto merge of #607 - michaelwright235:bump085, r=jrmuizel
Bump core-foundation-sys to 0.8.5 None
2 parents a0fd296 + 695f950 commit 8f7400b

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.4"
6+
version = "0.8.5"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99

core-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["macos", "framework", "objc"]
1111

1212
[dependencies.core-foundation-sys]
1313
path = "../core-foundation-sys"
14-
version = "0.8.3"
14+
version = "0.8.5"
1515

1616
[dependencies]
1717
libc = "0.2"

0 commit comments

Comments
 (0)