From 6c9029b996073959787c3bf72d1d397127075219 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 31 May 2020 13:45:11 +0200 Subject: assert_cmd: 0.11 -> 1 Signed-off-by: Matthias Beyer --- tests/ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3