From eaff4e4793794d184a0cc4b885f8ba767e81e382 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Mon, 22 Jul 2024 13:14:58 +0200 Subject: [PATCH] Bump version to 0.7.0 Bump minor version instead of release, since we have updated the major version of our main dependency (sev). Signed-off-by: Sergio Lopez --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c31044a..aa10b67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kbs-types" description = "Rust (de)serializable types for KBS" -version = "0.6.0" +version = "0.7.0" authors = ["Sergio Lopez "] edition = "2021" repository = "https://github.com/virtee/kbs-types"