kaczmarczyck
80b82ffd42
LTO fix and toml cleanup ( #608 )
...
* Removes redundant entries from Cargo.toml
This also fixes a compilation problem we have in debug mode with LTO
enabled.
* fix output-path triple dash
2023-04-04 13:40:42 +02:00
kaczmarczyck
6d5ea16f2d
CTAP HID Lock ( #605 )
...
* Implements the CTAP HID Lock command
This is a direct translation of our internal implementation.
* adds more HID Lock tests
2023-03-17 17:22:36 +01:00
kaczmarczyck
752db8cc90
Fixes new clippy lints on the latest nightly ( #603 )
...
* Fixes new clippy lints on the latest nightly
We didn't see these before because of our old Rust toolchain.
* fixes nit
2023-03-09 12:08:34 +01:00
kaczmarczyck
ca65902a8f
CTAP library move ( #602 )
...
* Moves all CTAP logic into its own library
* workflows fix test
* more coveralls workflow tests
2023-03-07 15:56:46 +01:00