From 1577b9c2248f6e9b327b46e86110af81f7667c43 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 2 Sep 2018 18:13:50 +0200 Subject: [PATCH] Update quickcheck to 0.7 --- saphyr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index f00d0a9..545c20d 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.6" +quickcheck = "0.7"