From b02c3b727518c14941cd6063e3c54cf015ee1ac2 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 26 Dec 2019 15:19:15 -0500 Subject: [PATCH] Try updating dev-dependency... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99c3fb55..0318d7cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ winapi = "0.3" tui = {version = "0.8", features = ["crossterm"], default-features = false } [dev-dependencies] -assert_cmd = "0.10" +assert_cmd = "0.12" predicates = "1"