Skip to content

Commit 5ede1a4

Browse files
authored
Merge pull request #233 from hug-dev/release-cryptoki-sys
chore: upgrade version number before publishing
2 parents 7d5cccd + cd48251 commit 5ede1a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cryptoki-sys"
3-
version = "0.1.8"
3+
version = "0.2.0"
44
authors = ["Contributors to the Parsec project"]
55
edition = '2018'
66
description = "FFI wrapper around the PKCS #11 API"

cryptoki/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bitflags = "1.3"
1717
libloading = "0.7.0"
1818
log = "0.4.14"
1919
psa-crypto = { version = "0.12.0", default-features = false, optional = true }
20-
cryptoki-sys = { path = "../cryptoki-sys", version = "0.1.7" }
20+
cryptoki-sys = { path = "../cryptoki-sys", version = "0.2.0" }
2121
paste = "1.0.6"
2222
secrecy = "0.8.0"
2323

0 commit comments

Comments
 (0)