Skip to content

Commit b4d5d28

Browse files
committed
Release v0.2.1
1 parent e1e8d20 commit b4d5d28

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.0"
3+
version = "0.2.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Security Framework 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.0"
3+
version = "0.2.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Security Framework bindings"
@@ -11,7 +11,7 @@ keywords = ["OSX", "iOS", "TLS", "SSL", "crypto"]
1111
exclude = ["test/*"]
1212

1313
[dependencies]
14-
security-framework-sys = { version = "0.2", path = "../security-framework-sys" }
14+
security-framework-sys = { version = "0.2.1", path = "../security-framework-sys" }
1515
core-foundation = "0.5.1"
1616
core-foundation-sys = "0.5.1"
1717
libc = "0.2"

0 commit comments

Comments
 (0)