From 189026bd80f67b538e3e77f3826bfa5b976ad731 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 12 Oct 2017 16:31:15 -0600 Subject: [PATCH] Release 0.5.4 - `Assert::with_env` for setting environment variables --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 619722f..39b38b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assert_cli" -version = "0.5.3" +version = "0.5.4" description = "Test CLI Applications." authors = ["Pascal Hertleif "] license = "MIT OR Apache-2.0"