summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-05 14:31:18 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-05 14:32:01 +0100
commita03a3aae0864ee8e0e3152cdbf50ca03a3ff3f18 (patch)
tree30e971df1073dc8e4c164144389616cd2c79c766 /Cargo.toml
parentd728a70b53091f27b6d9210d13be59887c36a305 (diff)
depend on assert_cli instead of assert_cmd
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 d695730..1a2586f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,4 +21,4 @@ uuid = { version = "0.7", features = ["v4"] }
[dev-dependencies]
tempfile = "3.0"
-assert_cmd = "0.10"
+assert_cli = "0.6.3"