From 2434c8602a71733285646e8747922b3417d15dd2 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Tue, 16 May 2023 19:18:05 -0400 Subject: [PATCH] ctap2-proto: rename authenticator::device::Version to proper serde names Renamed every value to screaming snake case manually to ensure that the large number of acronyms and numbers don't cause an accidentally incorrect value to be derived. --- crates/ctap2-proto/src/authenticator/device.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/ctap2-proto/src/authenticator/device.rs b/crates/ctap2-proto/src/authenticator/device.rs index 0fe6166..926f32f 100644 --- a/crates/ctap2-proto/src/authenticator/device.rs +++ b/crates/ctap2-proto/src/authenticator/device.rs @@ -21,10 +21,15 @@ pub struct UsizeN(bounded_integer::BoundedUsize