aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-07-17 20:43:58 -0700
committerDaniel Mueller <deso@posteo.net>2019-07-17 20:43:58 -0700
commitcc4a29c3b7662f74d6dfab42ff2b6f303252256f (patch)
tree907fd85456b0251c94a70bf79f2602309fb3ccf4 /nitrocli/Cargo.toml
parentef47e3f21498ec886508a344d7c0d5f739117a84 (diff)
downloadnitrocli-cc4a29c3b7662f74d6dfab42ff2b6f303252256f.tar.gz
nitrocli-cc4a29c3b7662f74d6dfab42ff2b6f303252256f.tar.bz2
Remove hack required for having device tests in different modules
With nitrokey-test up to version 0.2.0 we required a work around to make device tests work across different modules. With this patch we bump the consumed version of the crate to 0.2.1, as part which the underlying problem got fixed. Hence, with this change we remove this hack as it is no longer needed.
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index c2a061d..f8db130 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -56,7 +56,10 @@ version = "0.2"
version = "0.4.0-alpha.0"
[dev-dependencies.nitrokey-test]
-version = "0.2"
+version = "0.2.1"
+
+[dev-dependencies.nitrokey-test-state]
+version = "0.1"
[dev-dependencies.regex]
version = "1"