aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-31 12:27:14 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-09 08:43:10 +0000
commita28b87a98a74687fb310e292b345ef540611fd21 (patch)
tree0d8882bd0e7130d1d4b6c514b0deaecad49357d3
parent12fa62483cf45d868099d5d4020333af492eebde (diff)
downloadnitrokey-rs-a28b87a98a74687fb310e292b345ef540611fd21.tar.gz
nitrokey-rs-a28b87a98a74687fb310e292b345ef540611fd21.tar.bz2
Update nitrokey-test to development version
To test the changes to connection handling, we temporarily use the development version of nitrokey-test.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7daadd1..e55f878 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 = {version = "0.2.1"}
-nitrokey-test-state = {version = "0.1.0"}
+nitrokey-test = {git = "https://github.com/robinkrahl/nitrokey-test", rev = "fdbe036720cf73dbb989e3a25611fa5cca4a513e"}
+nitrokey-test-state = "0.1.0"