From 40ebcc6240f6fa516bddffd26746eeda122f807d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 8 Jan 2021 09:44:45 -0500 Subject: [PATCH] 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5dce141..fad5e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck" -version = "1.0.0" #:version +version = "1.0.1" #:version authors = ["Andrew Gallant "] description = "Automatic property based testing with shrinking." documentation = "https://docs.rs/quickcheck"