Skip to content

Commit

Permalink
Merge pull request #22 from nullr0ute/release-0.5.3
Browse files Browse the repository at this point in the history
Release 0.5.3
  • Loading branch information
nullr0ute authored Jul 28, 2023
2 parents ba331be + 5de6682 commit 712e3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tpm2-tss-devel clevis \
swtpm swtpm-tools \
rust cargo clippy \
golang
golang clang-devel
- name: Remove clevis-pin-tpm2
run: |
dnf erase -y clevis-pin-tpm2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clevis-pin-tpm2"
version = "0.5.2"
version = "0.5.3"
description = "Clevis TPM2 PIN with policy support"
authors = ["Patrick Uiterwijk <[email protected]>"]
edition = "2018"
Expand All @@ -11,7 +11,7 @@ license = "MIT"

[dependencies]
anyhow = "1"
tss-esapi = "7.0.0"
tss-esapi = { version = "7.2", features = ["generate-bindings"] }
serde = "1.0"
josekit = "0.7.4"
serde_json = "1.0"
Expand Down

0 comments on commit 712e3dd

Please sign in to comment.