diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-09 09:43:09 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-09 09:43:09 -0800 |
commit | 333d17fb7b7a0eb43b7907fe7282c36ded2bd22e (patch) | |
tree | 15b4eef1e0001defc060a36f14e9f462a80d9980 /nitrokey/src/lib.rs | |
parent | aa24eea9b5f70e9d2551f7753df4d12d14231603 (diff) | |
download | nitrocli-333d17fb7b7a0eb43b7907fe7282c36ded2bd22e.tar.gz nitrocli-333d17fb7b7a0eb43b7907fe7282c36ded2bd22e.tar.bz2 |
Update nitrokey crate to 0.3.1
This change updates the nitrokey crate to version 0.3.1.
Import subrepo nitrokey/:nitrokey at bad12ad3c57c67d42243338af7d65c3591fed327
Diffstat (limited to 'nitrokey/src/lib.rs')
-rw-r--r-- | nitrokey/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrokey/src/lib.rs b/nitrokey/src/lib.rs index 9f21518..bb34870 100644 --- a/nitrokey/src/lib.rs +++ b/nitrokey/src/lib.rs @@ -98,7 +98,7 @@ use nitrokey_sys; pub use crate::auth::{Admin, Authenticate, User}; pub use crate::config::Config; pub use crate::device::{ - connect, Device, DeviceWrapper, Model, Pro, Storage, StorageStatus, VolumeStatus, + connect, connect_model, Device, DeviceWrapper, Model, Pro, Storage, StorageStatus, VolumeStatus, }; pub use crate::otp::{ConfigureOtp, GenerateOtp, OtpMode, OtpSlotData}; pub use crate::pws::{GetPasswordSafe, PasswordSafe, SLOT_COUNT}; |