From 62fa86b46b9fa7f348d3f537013aa6594c2b8318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADnez=20Maqueda?= Date: Thu, 28 Sep 2023 17:09:50 +0200 Subject: [PATCH] Bump version to publish crate to update `serde` in cli (#67) Signed-off-by: Daniel Martinez Maqueda Co-authored-by: Daniel Martinez Maqueda --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b106884..43cea8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-nitro-enclaves-cose" -version = "0.5.0" +version = "0.5.1" authors = ["Petre Eftime "] edition = "2018" license = "Apache-2.0"