Skip to content

Commit

Permalink
Bye
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jul 21, 2023
1 parent 4b15efe commit 3337db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.9.0"
version = "2.9.1"
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Apple `Security.framework` low-level FFI bindings"
Expand All @@ -9,7 +9,7 @@ homepage = "https://lib.rs/crates/security-framework-sys"
readme = "README.md"
keywords = ["ffi", "iOS", "TLS", "SSL", "crypto"]
categories = ["os::macos-apis", "external-ffi-bindings"]
edition = "2018"
edition = "2021"

[dependencies]
core-foundation-sys = "0.8.3"
Expand All @@ -29,4 +29,4 @@ OSX_10_15 = ["OSX_10_14"]
targets = ["x86_64-apple-darwin", "aarch64-apple-ios"]

[badges]
maintenance = { status = "passively-maintained" }
maintenance = { status = "looking-for-maintainer" }
4 changes: 2 additions & 2 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.9.1"
version = "2.9.2"
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Security.framework bindings for macOS and iOS"
Expand Down Expand Up @@ -61,4 +61,4 @@ name = "set_internet_password"
targets = ["x86_64-apple-darwin", "aarch64-apple-ios"]

[badges]
maintenance = { status = "passively-maintained" }
maintenance = { status = "looking-for-maintainer" }

0 comments on commit 3337db6

Please sign in to comment.