Skip to content

Commit

Permalink
Release 0.2.23 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonweeks authored Dec 18, 2024
1 parent f6c0662 commit 83580f4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native-pkcs11-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native-pkcs11-core"
version = "0.2.22"
version = "0.2.23"
description = "Shared cross-platform PKCS#11 module logic for native-pkcs11."
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion native-pkcs11-keychain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native-pkcs11-keychain"
version = "0.2.22"
version = "0.2.23"
description = "native-pkcs11 backend for macos keychain."
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion native-pkcs11-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native-pkcs11-traits"
version = "0.2.22"
version = "0.2.23"
description = "Traits for implementing and interactive with native-pkcs11 module backends."
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion native-pkcs11-windows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native-pkcs11-windows"
version = "0.2.22"
version = "0.2.23"
description = "[wip] native-pkcs11 backend for windows."
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion native-pkcs11/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native-pkcs11"
version = "0.2.22"
version = "0.2.23"
description = "Cross-platform PKCS#11 module written in rust. Can be extended with custom credential backends."
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion pkcs11-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkcs11-sys"
version = "0.2.22"
version = "0.2.23"
description = "Generated bindings for pkcs11.h. Useful for building PKCS#11 modules in rust."
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 83580f4

Please sign in to comment.