Rename crate::yubikey to crate::key

So that it doesn't conflict with the renamed `yubikey` crate.
This commit is contained in:
Jack Grigg
2021-10-18 21:07:23 +01:00
parent 22dfc3ee89
commit 399f0b4c11
5 changed files with 26 additions and 29 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use yubikey_piv::{
Serial, YubiKey,
};
use crate::{error::Error, p256::Recipient, yubikey::Stub, BINARY_NAME, USABLE_SLOTS};
use crate::{error::Error, key::Stub, p256::Recipient, BINARY_NAME, USABLE_SLOTS};
pub(crate) const POLICY_EXTENSION_OID: &[u64] = &[1, 3, 6, 1, 4, 1, 41482, 3, 8];