diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-22 20:13:42 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-22 20:13:42 -0800 |
commit | 8b2d8818b26e7084cad240c48fd9ce7fc2519012 (patch) | |
tree | 36ad9dd1d5fdfe182f8c012d2757d8ed327a55a7 /nitrokey/Cargo.toml | |
parent | 1c6df6757c1ca4972e298011c9548c34051fa887 (diff) | |
download | nitrocli-8b2d8818b26e7084cad240c48fd9ce7fc2519012.tar.gz nitrocli-8b2d8818b26e7084cad240c48fd9ce7fc2519012.tar.bz2 |
Update nitrokey crate to 0.3.4
This change updates the nitrokey crate to version 0.3.4.
Import subrepo nitrokey/:nitrokey at 41cdc1f7091a3c442241dbb2379c50dbcc7e9c5f
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 802d022..838ab45 100644 --- a/nitrokey/Cargo.toml +++ b/nitrokey/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nitrokey" -version = "0.3.3" +version = "0.3.4" authors = ["Robin Krahl <robin.krahl@ireas.org>"] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" |