Make firmware version configurable depending on credential ID version

This commit is contained in:
Robin Krahl
2026-06-01 13:26:07 +02:00
parent 595629c9a5
commit f82effbf79
5 changed files with 44 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ fuzz_target!(|requests: Vec<Request<'_>>| {
large_blobs: None,
nfc_transport: false,
ccid_transport: false,
firmware_version: Some(0),
firmware_version: Some(0.into()),
credential_id_version: None,
},
);