Skip to content

Commit 4afd44f

Browse files
committed
Bump
1 parent ec43d3b commit 4afd44f

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.4.0"
3+
version = "0.4.1"
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.4.0"
3+
version = "0.4.1"
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.4", path = "../security-framework-sys" }
16+
security-framework-sys = { version = "0.4.1", path = "../security-framework-sys" }
1717
core-foundation = "0.7"
1818
core-foundation-sys = "0.7"
1919
bitflags = "1"

0 commit comments

Comments
 (0)