Skip to content

Commit

Permalink
Bump to 0.3 due to core-foundation-sys upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Mar 2, 2019
1 parent 70e38f4 commit 00e92ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion security-framework-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework-sys"
version = "0.2.4"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT/Apache-2.0"
description = "Apple `Security.framework` low-level FFI bindings"
Expand Down
4 changes: 2 additions & 2 deletions security-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework"
version = "0.2.4"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT/Apache-2.0"
description = "Security.framework bindings for macOS and iOS"
Expand All @@ -13,7 +13,7 @@ keywords = ["iOS", "TLS", "SSL", "crypto", "keychain"]
exclude = ["test/*"]

[dependencies]
security-framework-sys = { version = "0.2.4", path = "../security-framework-sys" }
security-framework-sys = { version = "0.3.0", path = "../security-framework-sys" }
core-foundation = "0.6.3"
core-foundation-sys = "0.6.2"
libc = "0.2.47"
Expand Down

0 comments on commit 00e92ba

Please sign in to comment.