From 20070e9677a81a461d6d6197fded7170ab0163c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Mon, 7 Mar 2016 16:40:19 +0100 Subject: [PATCH] Add version number for `quickcheck`. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2baf9bcc..7214eb49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,3 +26,4 @@ num = "0.1.*" [dependencies.quickcheck] optional = true +version = "0.2.*"