diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2020-05-31 13:45:11 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2020-05-31 18:03:26 +0200 |
commit | 6c9029b996073959787c3bf72d1d397127075219 (patch) | |
tree | 5e8c51bc3f41c92182646e3ec4f72d567d0364e5 | |
parent | 7e7ae029b283b0ad062c02c0019f337213d21c95 (diff) |
assert_cmd: 0.11 -> 1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | tests/ui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml index 9ce60144..922334ac 100644 --- a/tests/ui/Cargo.toml +++ b/tests/ui/Cargo.toml @@ -11,7 +11,7 @@ license = "LGPL-2.1" publish = false [dependencies] -assert_cmd = "0.11" +assert_cmd = "1" assert_fs = "0.11" duct = "0.13" env_logger = "0.7" |