From 9b72d53e446d3b4941cd382182060e6f8f782e44 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 25 Aug 2018 09:27:59 -0400 Subject: [PATCH] 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8acd2d2..b709419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck" -version = "0.7.0" #:version +version = "0.7.1" #:version authors = ["Andrew Gallant "] description = "Automatic property based testing with shrinking." documentation = "http://burntsushi.net/rustdoc/quickcheck/"