diff options
Diffstat (limited to 'nitrokey/Cargo.toml')
-rw-r--r-- | nitrokey/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nitrokey/Cargo.toml b/nitrokey/Cargo.toml index dad751b..6369fba 100644 --- a/nitrokey/Cargo.toml +++ b/nitrokey/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "nitrokey" -version = "0.2.1" +version = "0.2.3" authors = ["Robin Krahl <robin.krahl@ireas.org>"] +edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" repository = "https://git.ireas.org/nitrokey-rs/" documentation = "https://docs.rs/nitrokey" @@ -12,11 +13,10 @@ readme = "README.md" license = "MIT" [features] -test-no-device = [] test-pro = [] test-storage = [] [dependencies] libc = "0.2" nitrokey-sys = "3.4.1" -rand = "0.4" +rand = "0.6" |