aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-07-16 08:36:50 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-16 10:38:57 +0200
commit5a0d9b44263caf38958080573cb0ae0e5d57f980 (patch)
tree6614dbac4b6114edd1825450436db4e9ae53307c /Cargo.toml
parent8161edda54f39f1c8ac0f4cee7472a62ee6f5942 (diff)
downloadnitrokey-rs-5a0d9b44263caf38958080573cb0ae0e5d57f980.tar.gz
nitrokey-rs-5a0d9b44263caf38958080573cb0ae0e5d57f980.tar.bz2
Update the nitrokey-test dependency to version 0.3
Previously, we were using a development version of nitrokey-test that was compatible with nitrokey 0.4. This patch updates nitrokey-test to version 0.3, which includes the required changes.
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 4622c52..475329a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,5 +24,5 @@ rand_core = {version = "0.3", default-features = false, features = ["std"] }
rand_os = {version = "0.1"}
[dev-dependencies]
-nitrokey-test = {git = "https://github.com/robinkrahl/nitrokey-test", rev = "0550de7c50f9220a05c589a7c3d5c8185cc80344"}
+nitrokey-test = "0.3"
nitrokey-test-state = "0.1.0"