Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Sep 20, 2024
1 parent ce3587f commit 6f12ffa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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.11.1"
version = "2.12.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
2 changes: 1 addition & 1 deletion security-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.70"

[dependencies]
security-framework-sys = { version = "2.11.1", default-features = false, path = "../security-framework-sys" }
security-framework-sys = { version = "2.12", default-features = false, path = "../security-framework-sys" }
bitflags = "2.6"
core-foundation = "0.10"
core-foundation-sys = "0.8.6"
Expand Down
2 changes: 0 additions & 2 deletions security-framework/src/cms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,6 @@ mod tests {
.next()
.unwrap();

let encoder = CMSEncoder::create().unwrap();

let message = cms_encode_content(
&[identity.clone()],
&chain[0..1],
Expand Down

0 comments on commit 6f12ffa

Please sign in to comment.