From 4a86f6316b6ab247a047e09bad08b5d2ab37c47b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 24 Jan 2018 15:43:46 +0100 Subject: [PATCH] Bump term to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e00308e..df46ff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ bin = ["getopts"] getopts = {version = "0.2", optional = true} [dev-dependencies] -term = "0.2.7" +term = "0.4" quickcheck = "0.4"