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 ",