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"