Merge pull request #4 from nullr0ute/fix-tpm2-policy

Fix the tpm2-policy dep
This commit is contained in:
Peter Robinson 2021-09-29 12:24:28 +01:00 committed by GitHub
commit 7d211518c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ biscuit = "0.5.0"
serde_json = "1.0" serde_json = "1.0"
base64 = "0.12.1" base64 = "0.12.1"
atty = "0.2.14" atty = "0.2.14"
tpm2-policy = { version = "0.4.0", path = "../rust-tpm2-policy" } tpm2-policy = "0.4.0"