Skip to content

Commit 00e92ba

Browse files
committed
Bump to 0.3 due to core-foundation-sys upgrade
1 parent 70e38f4 commit 00e92ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

security-framework-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "security-framework-sys"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Apple `Security.framework` low-level FFI bindings"

security-framework/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "security-framework"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Security.framework bindings for macOS and iOS"
@@ -13,7 +13,7 @@ keywords = ["iOS", "TLS", "SSL", "crypto", "keychain"]
1313
exclude = ["test/*"]
1414

1515
[dependencies]
16-
security-framework-sys = { version = "0.2.4", path = "../security-framework-sys" }
16+
security-framework-sys = { version = "0.3.0", path = "../security-framework-sys" }
1717
core-foundation = "0.6.3"
1818
core-foundation-sys = "0.6.2"
1919
libc = "0.2.47"

0 commit comments

Comments
 (0)