From 2147a2745aaecb3210edc9f8b923b0ee3896526a Mon Sep 17 00:00:00 2001 From: Alfie Fresta Date: Sun, 7 Jun 2026 22:26:16 +0100 Subject: [PATCH] chore(release): 0.7.0 --- Cargo.lock | 2 +- libwebauthn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b28550..50bee36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1969,7 +1969,7 @@ dependencies = [ [[package]] name = "libwebauthn" -version = "0.6.0" +version = "0.7.0" dependencies = [ "aes", "aes-gcm", diff --git a/libwebauthn/Cargo.toml b/libwebauthn/Cargo.toml index 34c9dea..79366d7 100644 --- a/libwebauthn/Cargo.toml +++ b/libwebauthn/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libwebauthn" description = "FIDO2 (WebAuthn) and FIDO U2F platform library for Linux written in Rust " -version = "0.6.0" +version = "0.7.0" authors = [ "Alfie Fresta ", "Martin Sirringhaus ",