chore: update versions

This commit is contained in:
2022-04-03 17:19:10 +08:00
parent c8dc5703ab
commit 1c3b9b3e29
3 changed files with 56 additions and 16 deletions

View File

@@ -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);