Skip to content

Commit

Permalink
chore: upgrade version number before publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues de Valon <hugues.de-valon@einride.tech>
  • Loading branch information
hug-dev committed Nov 13, 2024
1 parent 7d5cccd commit cd48251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 cryptoki-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryptoki-sys"
version = "0.1.8"
version = "0.2.0"
authors = ["Contributors to the Parsec project"]
edition = '2018'
description = "FFI wrapper around the PKCS #11 API"
Expand Down
2 changes: 1 addition & 1 deletion cryptoki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bitflags = "1.3"
libloading = "0.7.0"
log = "0.4.14"
psa-crypto = { version = "0.12.0", default-features = false, optional = true }
cryptoki-sys = { path = "../cryptoki-sys", version = "0.1.7" }
cryptoki-sys = { path = "../cryptoki-sys", version = "0.2.0" }
paste = "1.0.6"
secrecy = "0.8.0"

Expand Down

0 comments on commit cd48251

Please sign in to comment.