From 6e5950a33ad1657cc8bc214562e85037912da7cc Mon Sep 17 00:00:00 2001 From: Alfie Fresta Date: Tue, 14 Jul 2026 19:28:58 +0100 Subject: [PATCH] chore(release): 0.10.0 --- Cargo.lock | 2 +- libwebauthn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b72f0b0f..c6e91e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1969,7 +1969,7 @@ dependencies = [ [[package]] name = "libwebauthn" -version = "0.9.0" +version = "0.10.0" dependencies = [ "aes", "aes-gcm", diff --git a/libwebauthn/Cargo.toml b/libwebauthn/Cargo.toml index cbed9294..a59328b2 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.9.0" +version = "0.10.0" authors = [ "Alfie Fresta ", "Martin Sirringhaus ",