aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-07-07 19:51:53 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-07 21:53:30 +0200
commit50390554438d19e046ae19a282612f4db6a355e3 (patch)
treeee6b5da4adb784a2b949949a0e429c556d305ae3 /Cargo.toml
parente923c8b1ddaeafc9494ae86738bed9ad0e0e6e8f (diff)
downloadnitrokey-rs-50390554438d19e046ae19a282612f4db6a355e3.tar.gz
nitrokey-rs-50390554438d19e046ae19a282612f4db6a355e3.tar.bz2
Update nitrokey-test and add nitrokey-test-state
The new 0.2.1 version of nitrokey-test requires an additional crate, nitrokey-test-state. This patch updates the nitrokey-test version and adds the nitrokey-test-state dependency in version 0.1.0. See this thread [0] for more information. [0] https://lists.sr.ht/~ireas/nitrokey-rs-dev/%3Ce3e908e5-3f66-7072-9603-8a4de5ac614b%40posteo.net%3E
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83cfa9f..d26bd88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,4 +23,5 @@ rand_core = {version = "0.3", default-features = false, features = ["std"] }
rand_os = {version = "0.1"}
[dev-dependencies]
-nitrokey-test = {version = "=0.2.0"}
+nitrokey-test = {version = "0.2.1"}
+nitrokey-test-state = {version = "0.1.0"}