From 45773bd212dc968e5d87ed4fbf69e8475af06dad Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Wed, 22 Jun 2016 22:47:58 +0800 Subject: [PATCH] remove * --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b656fb..54f482c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ rand = "0.3" log = "0.3" [dev-dependencies] -quickcheck = "*" +quickcheck = "0.2.27" -- GitLab