Skip to content

Commit c157881

Browse files
committed
Bump
1 parent cac8b38 commit c157881

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

security-framework-sys/Cargo.toml

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

security-framework/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "security-framework"
3-
version = "2.8.2"
3+
version = "2.9.0"
44
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Security.framework bindings for macOS and iOS"
@@ -15,7 +15,7 @@ edition = "2021"
1515
rust-version = "1.60"
1616

1717
[dependencies]
18-
security-framework-sys = { version = "2.8.0", default-features = false, path = "../security-framework-sys" }
18+
security-framework-sys = { version = "2.9.0", default-features = false, path = "../security-framework-sys" }
1919
core-foundation = "0.9.3"
2020
core-foundation-sys = "0.8.3"
2121
bitflags = "1.3.2"

0 commit comments

Comments
 (0)