Skip to content

Commit

Permalink
Bump cryptoki
Browse files Browse the repository at this point in the history
  • Loading branch information
hug-dev committed Feb 17, 2025
1 parent e4c8d13 commit 6811dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cryptoki/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryptoki"
version = "0.8.0"
version = "0.9.0"
authors = ["Contributors to the Parsec project"]
edition = '2018'
description = "Rust-native wrapper around the PKCS #11 API"
Expand All @@ -16,7 +16,7 @@ rust-version = "1.66.0"
bitflags = "1.3"
libloading = "0.7.0"
log = "0.4.14"
cryptoki-sys = { path = "../cryptoki-sys", version = "0.2.0" }
cryptoki-sys = { path = "../cryptoki-sys", version = "0.3.0" }
paste = "1.0.6"
secrecy = "0.8.0"

Expand Down

0 comments on commit 6811dca

Please # to comment.