diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-12 13:24:21 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-12 13:24:21 -0800 |
commit | 1f04f0f9fde82f0d931ca0714e4ac6cab7824b1c (patch) | |
tree | 044475a6808b6698726579ab82f2674286700ac0 /nitrokey/tests/util | |
parent | f0a5283899b0837247052f3f4e899074276e80c4 (diff) | |
download | nitrocli-1f04f0f9fde82f0d931ca0714e4ac6cab7824b1c.tar.gz nitrocli-1f04f0f9fde82f0d931ca0714e4ac6cab7824b1c.tar.bz2 |
Update nitrokey crate to 0.3.2
This change updates the nitrokey crate to version 0.3.2.
Import subrepo nitrokey/:nitrokey at 6ea73f29daa5db0215663a0a38334b764863671d
Diffstat (limited to 'nitrokey/tests/util')
-rw-r--r-- | nitrokey/tests/util/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nitrokey/tests/util/mod.rs b/nitrokey/tests/util/mod.rs index 1e522fd..cbf6b93 100644 --- a/nitrokey/tests/util/mod.rs +++ b/nitrokey/tests/util/mod.rs @@ -1,3 +1,2 @@ pub static ADMIN_PASSWORD: &str = "12345678"; -pub static UPDATE_PIN: &str = "12345678"; pub static USER_PASSWORD: &str = "123456"; |