Rename SettingValue to Setting. (#286)

Breaking change, but the crate is fresh and there's time to yank and
republish.
This commit is contained in:
Tony Arcieri (iqlusion)
2021-07-12 17:36:42 -07:00
committed by GitHub
parent 224d346f09
commit 42ae5fb974
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ pub mod piv;
mod policy;
pub mod reader;
mod serialization;
mod settings;
mod setting;
mod transaction;
mod yubikey;
@@ -167,7 +167,7 @@ pub use crate::{
piv::Key,
policy::{PinPolicy, TouchPolicy},
reader::Context,
settings::{SettingSource, SettingValue},
setting::{Setting, SettingSource},
yubikey::{CachedPin, Serial, Version, YubiKey},
};