From 4b11ba8ce4dd52aa1d4d460b557c82a9fa795dd9 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 11 Jan 2021 08:18:09 -0500 Subject: [PATCH] 1.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fad5e0d..75083f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck" -version = "1.0.1" #:version +version = "1.0.2" #:version authors = ["Andrew Gallant "] description = "Automatic property based testing with shrinking." documentation = "https://docs.rs/quickcheck"