From 907692cc3ef293f1e8825d8f920cd30ca4564fdd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 1 Jan 2018 12:33:30 +0100 Subject: [PATCH] bump quickcheck to 0.6 --- saphyr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index 1fa1293..bf82d9d 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -13,4 +13,4 @@ repository = "https://github.com/chyh1990/yaml-rust" linked-hash-map = ">=0.0.9, <0.6" [dev-dependencies] -quickcheck = "0.4" +quickcheck = "0.6"