Skip to content

Commit

Permalink
Update core-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 3, 2020
1 parent ed2befd commit fb8a926
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions security-framework-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "security-framework-sys"
version = "1.0.0"
version = "2.0.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT OR Apache-2.0"
description = "Apple `Security.framework` low-level FFI bindings"
Expand All @@ -13,7 +13,7 @@ categories = ["os::macos-apis", "external-ffi-bindings"]
edition = "2018"

[dependencies]
core-foundation-sys = "0.7"
core-foundation-sys = "0.8"
libc = "0.2.47"

[features]
Expand Down
8 changes: 4 additions & 4 deletions security-framework/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "security-framework"
version = "1.0.0"
version = "2.0.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT OR Apache-2.0"
description = "Security.framework bindings for macOS and iOS"
Expand All @@ -14,9 +14,9 @@ exclude = ["test/*"]
edition = "2018"

[dependencies]
security-framework-sys = { version = "1.0.0", default-features = false, path = "../security-framework-sys" }
core-foundation = "0.7"
core-foundation-sys = "0.7"
security-framework-sys = { version = "2.0.0", default-features = false, path = "../security-framework-sys" }
core-foundation = "0.9"
core-foundation-sys = "0.8"
bitflags = "1.2.1"
libc = "0.2.68"

Expand Down
2 changes: 1 addition & 1 deletion systest/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"

[dependencies]
core-foundation-sys = "0.7"
core-foundation-sys = "0.8"
security-framework-sys = { path = "../security-framework-sys" }
libc = "0.2"

Expand Down

0 comments on commit fb8a926

Please sign in to comment.