Skip to content

Commit 38e640d

Browse files
committed
Tagging v0.3.0
Major changes: * Move to Rust 2018 edition #125 * Remove dependency on boxfnonce #121 * Reworked error handling #130 * Added a higher-level AuthenticatorService that can use multiple backends #123 * Changed the C API to use the new AuthenticatorService #123 * Added a Status channel for backends #122 * Now obtaining HID report sizes from the descriptors #112 * Add authenticator USB and Firmware details to the C API #93
1 parent 6f913a2 commit 38e640d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "authenticator"
3-
version = "0.2.15"
3+
version = "0.3.0"
44
authors = ["J.C. Jones <jc@mozilla.com>", "Tim Taubert <ttaubert@mozilla.com>", "Kyle Machulis <kyle@nonpolynomial.com>"]
55
keywords = ["ctap2", "u2f", "fido", "webauthn"]
66
categories = ["cryptography", "hardware-support", "os"]

0 commit comments

Comments
 (0)