From 370eb3d20ec538874e4c11f4c970d0a08d0fedcc Mon Sep 17 00:00:00 2001 From: Thomas Fossati Date: Fri, 17 Nov 2023 04:10:19 +0100 Subject: [PATCH] v0.1.1 Signed-off-by: Thomas Fossati --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0226364..a770462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ear" description = "EAT Attestation Results implementation" -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/veraison/rust-ear" readme = "README.md"