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/Cargo.toml | |
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/Cargo.toml')
-rw-r--r-- | nitrokey/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrokey/Cargo.toml b/nitrokey/Cargo.toml index f7c1baf..09811f0 100644 --- a/nitrokey/Cargo.toml +++ b/nitrokey/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nitrokey" -version = "0.3.1" +version = "0.3.2" authors = ["Robin Krahl <robin.krahl@ireas.org>"] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" |