From defde6fb0ce20b0c8c4e672aa9ae821f7d1f5b38 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 15 Jan 2021 07:41:56 -0500 Subject: [PATCH] 1.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75083f4..17cc17a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck" -version = "1.0.2" #:version +version = "1.0.3" #:version authors = ["Andrew Gallant "] description = "Automatic property based testing with shrinking." documentation = "https://docs.rs/quickcheck"