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:
committed by
GitHub
parent
224d346f09
commit
42ae5fb974
+2
-2
@@ -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},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user