We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dd01a commit 795398aCopy full SHA for 795398a
core-foundation/Cargo.toml
@@ -3,7 +3,7 @@ name = "core-foundation"
3
description = "Bindings to Core Foundation for macOS"
4
homepage = "https://github.com/servo/core-foundation-rs"
5
repository = "https://github.com/servo/core-foundation-rs"
6
-version = "0.9.3"
+version = "0.9.4"
7
authors = ["The Servo Project Developers"]
8
license = "MIT OR Apache-2.0"
9
categories = ["os::macos-apis"]
@@ -13,7 +13,7 @@ edition = "2018"
13
[dependencies.core-foundation-sys]
14
path = "../core-foundation-sys"
15
default-features = false
16
-version = "0.8.5"
+version = "0.8.6"
17
18
[dependencies]
19
libc = "0.2"
0 commit comments