aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-02-03 12:55:52 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-02-03 12:55:52 +0100
commit2a8ce725407f32db5ad61c37475719737c9b5c9c (patch)
tree83c94299f3e8efdf288a569ea36e25a053b8d4f3 /Cargo.toml
parentd905aafe208536203dd319e5dc48bd250180a8ef (diff)
downloadnitrokey-rs-2a8ce725407f32db5ad61c37475719737c9b5c9c.tar.gz
nitrokey-rs-2a8ce725407f32db5ad61c37475719737c9b5c9c.tar.bz2
Release v0.6.0v0.6.0
This release introduces a new struct SerialNumber that represents the serial number of a Nitrokey device, replacing the strings we used previously.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6e8ec7..f2d859d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "nitrokey"
-version = "0.5.2"
+version = "0.6.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
homepage = "https://code.ireas.org/nitrokey-rs/"