ctap2-proto: Enable adt_const_params feature

This unstable feature is used in the
authenticator::client_pin::auth_protocol module to keep track of which
version of the PinUvAuthProtocol a given Authenticator or Platform
interface implements.
main
Nick Zana 11 months ago
parent 6b84fd398e
commit 941a5f3949

@ -1,4 +1,4 @@
#![feature(cfg_eval)]
#![feature(cfg_eval, adt_const_params)]
pub mod prelude {
pub use crate::{

Loading…
Cancel
Save