ctap2-proto: Add derives for AuthProtocolVersion

dev
Nick Zana 2 years ago
parent 4f38796923
commit 749e7cf2ae
No known key found for this signature in database
GPG Key ID: 936524EE913D6538

@ -2,7 +2,7 @@ use std::collections::HashSet;
use bounded_integer::BoundedUsize; use bounded_integer::BoundedUsize;
#[derive(Clone, Copy)] #[derive(Clone, Copy, PartialEq, Eq, Hash, Debug)]
pub enum AuthProtocolVersion { pub enum AuthProtocolVersion {
One, One,
Two, Two,

Loading…
Cancel
Save