From 41148610932b08bfbc68831d80d618130a850a07 Mon Sep 17 00:00:00 2001 From: Abdulbois <30406506+Abdulbois@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:49:19 +0500 Subject: [PATCH] Release 0.7.1. (#37) - bump version. - update authors. Signed-off-by: Abdulbois Tursunov --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a643b37..bed3947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "sd-jwt-rs" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "Apache-2.0 OR MIT" description = "Rust reference implementation of the IETF SD-JWT specification (v7)." rust-version = "1.67.0" -authors = ["Sergey Minaev "] +authors = ["Abdulbois Tursunov , Sergey Minaev "] repository = "https://github.com/openwallet-foundation-labs/sd-jwt-rust" documentation = "https://docs.rs/sd-jwt-rs" homepage = "https://github.com/openwallet-foundation-labs/sd-jwt-rust"