From aa5d7c44c40d972414c24ad6710bb605443d6a52 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Wed, 4 Jun 2025 07:28:24 +0000 Subject: [PATCH] 1.0.4 Publish the last 4 years of commits to crates.io. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1733aa6..90450cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck" -version = "1.0.3" #:version +version = "1.0.4" #:version authors = ["Andrew Gallant "] description = "Automatic property based testing with shrinking." documentation = "https://docs.rs/quickcheck"