From 308763d7e1e2c6c52527a273cb4dcb3da8cbe05e Mon Sep 17 00:00:00 2001 From: Sergey Minaev Date: Sun, 18 Feb 2024 22:35:22 +0500 Subject: [PATCH] Release 0.7.0. - bump version. Signed-off-by: Sergey Minaev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75539f2..a643b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-jwt-rs" -version = "0.0.6" +version = "0.7.0" edition = "2021" license = "Apache-2.0 OR MIT" description = "Rust reference implementation of the IETF SD-JWT specification (v7)."