Skip to content

Commit

Permalink
feat: use 0.2.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nponsard committed Aug 29, 2023
1 parent 98d8e34 commit d9aea48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 pkcs11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9.22"
serde_json = "1.0.64"
lazy_static = "1.4.0"
nethsm-sdk-rs = { git = "https://github.com/Nitrokey/nethsm-sdk-rs", rev = "9117200b61eb03cf3a8c6aa640ffa5babb4a2eb3" }
nethsm-sdk-rs = { git = "https://github.com/Nitrokey/nethsm-sdk-rs", tag = "0.2.0" }
# need to keep the same version as in the nethsm_sdk_rs crate
ureq = { version = "2", features = ["json"] }
rustls = { version = "0.21", features = ["dangerous_configuration"] }
Expand Down

0 comments on commit d9aea48

Please sign in to comment.