We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac2bb0 commit 5d0e94cCopy full SHA for 5d0e94c
libwebauthn/src/transport/cable/tunnel.rs
@@ -88,6 +88,10 @@ struct CableInitialMessage {
88
#[serde(skip_serializing_if = "Option::is_none")]
89
pub _padding: Option<ByteBuf>,
90
pub info: ByteBuf,
91
+ #[serde(skip_serializing_if = "Option::is_none")]
92
+ pub _unused_2: Option<()>,
93
94
+ pub _supported_features: Option<Vec<String>>,
95
}
96
97
#[repr(u8)]
0 commit comments