From d785af756a55aeefa925f137ddad93f95d749c32 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 6 Apr 2021 12:51:48 +0100 Subject: [PATCH] Fix the tpm2-policy dep The tpm2-policy 0.4.0 release has been published so no need to rely on a local checkout. Signed-off-by: Peter Robinson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2529bba..92b55af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ biscuit = "0.5.0" serde_json = "1.0" base64 = "0.12.1" atty = "0.2.14" -tpm2-policy = { version = "0.4.0", path = "../rust-tpm2-policy" } +tpm2-policy = "0.4.0"