Skip to content

Commit 795398a

Browse files
committed
Bump the version of core-foundation and the dependency on core-foundation-sys
1 parent 64dd01a commit 795398a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-foundation/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "core-foundation"
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.9.3"
6+
version = "0.9.4"
77
authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99
categories = ["os::macos-apis"]
@@ -13,7 +13,7 @@ edition = "2018"
1313
[dependencies.core-foundation-sys]
1414
path = "../core-foundation-sys"
1515
default-features = false
16-
version = "0.8.5"
16+
version = "0.8.6"
1717

1818
[dependencies]
1919
libc = "0.2"

0 commit comments

Comments
 (0)