Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed May 5, 2024
1 parent 8c89e67 commit f829e92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion security-framework-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework-sys"
version = "2.10.0"
version = "2.11.0"
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Apple `Security.framework` low-level FFI bindings"
Expand Down
10 changes: 5 additions & 5 deletions security-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework"
version = "2.10.0"
version = "2.11.0"
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Security.framework bindings for macOS and iOS"
Expand All @@ -15,10 +15,10 @@ edition = "2021"
rust-version = "1.60"

[dependencies]
security-framework-sys = { version = "2.10.0", default-features = false, path = "../security-framework-sys" }
core-foundation = "0.9.3"
core-foundation-sys = "0.8.3"
bitflags = "2"
security-framework-sys = { version = "2.11.0", default-features = false, path = "../security-framework-sys" }
bitflags = "2.5"
core-foundation = "0.9.4"
core-foundation-sys = "0.8.6"
libc = "0.2.139"
log = { version = "0.4.17", optional = true }
num-bigint = { version = "0.4.3", optional = true }
Expand Down

0 comments on commit f829e92

Please sign in to comment.