Skip to content

Commit c411265

Browse files
committed
Bump
1 parent 085d32c commit c411265

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 = "2.12.1"
3+
version = "2.13.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

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 = "3.0.1"
3+
version = "3.1.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.70"
1616

1717
[dependencies]
18-
security-framework-sys = { version = "2.12", default-features = false, path = "../security-framework-sys" }
18+
security-framework-sys = { version = "2.13", default-features = false, path = "../security-framework-sys" }
1919
bitflags = "2.6"
2020
core-foundation = "0.10"
2121
core-foundation-sys = "0.8.6"

0 commit comments

Comments
 (0)