chore: update versions
This commit is contained in:
@@ -77,7 +77,7 @@ fn print_cert_info(yubikey: &mut YubiKey, slot: SlotId, detail_output: bool) ->
|
||||
|
||||
if !buf.is_empty() {
|
||||
information!("{}", "-".repeat(88));
|
||||
let fingerprint_sha256 = Sha256::digest(&buf);
|
||||
let fingerprint_sha256 = Sha256::digest(&*buf);
|
||||
|
||||
let slot_id: u8 = slot.into();
|
||||
success!("Slot: {:?}, id: {:x}", slot, slot_id);
|
||||
|
||||
Reference in New Issue
Block a user