Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 25, 2021
1 parent d943977 commit 635d9c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion security-framework-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "security-framework-sys"
version = "2.4.2"
version = "2.5.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT OR Apache-2.0"
description = "Apple `Security.framework` low-level FFI bindings"
Expand Down
4 changes: 2 additions & 2 deletions security-framework/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "security-framework"
version = "2.4.2"
version = "2.5.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT OR Apache-2.0"
description = "Security.framework bindings for macOS and iOS"
Expand All @@ -14,7 +14,7 @@ exclude = ["test/*"]
edition = "2018"

[dependencies]
security-framework-sys = { version = "2.4.1", default-features = false, path = "../security-framework-sys" }
security-framework-sys = { version = "2.5", default-features = false, path = "../security-framework-sys" }
core-foundation = "0.9.2"
core-foundation-sys = "0.8.3"
bitflags = "1.3.2"
Expand Down

0 comments on commit 635d9c7

Please sign in to comment.