From ca1ee5169c9059d61ebfd09e189a6c1123ad0bbf Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Sat, 23 Nov 2024 09:20:10 +0000 Subject: [PATCH] v0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7222636..e944797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcap-qvl" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "MIT" description = "This crate implements the quote verification logic for DCAP (Data Center Attestation Primitives) in pure Rust."