Skip to content

Commit

Permalink
Cargo.toml: Update cryptoki-sys version to the latest
Browse files Browse the repository at this point in the history
Cryptoki should be using cryptoki-sys latest version, so that when
it's pulled by other projects there is no version misalignment.

Otherwise, a 'cargo update --package cryptoki-sys' is needed after
updating cryptoki.

This issue was discovered when trying to update to cryptoki 0.5.0
in parallaxsecond/parsec#697

Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Sep 26, 2023
1 parent be7d674 commit e1a9736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptoki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bitflags = "1.3"
libloading = "0.7.0"
log = "0.4.14"
psa-crypto = { version = "0.9.0", default-features = false, optional = true }
cryptoki-sys = { path = "../cryptoki-sys", version = "0.1.4" }
cryptoki-sys = { path = "../cryptoki-sys", version = "0.1.6" }
paste = "1.0.6"
secrecy = "0.8.0"

Expand Down

0 comments on commit e1a9736

Please sign in to comment.