From bfda9ac6657d177473231abd0b1025344f1ec29d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 28 Nov 2017 16:19:58 -0500 Subject: [PATCH] quickcheck_macros-0.5.0 --- quickcheck_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck_macros/Cargo.toml b/quickcheck_macros/Cargo.toml index 1737ce7..067d5df 100644 --- a/quickcheck_macros/Cargo.toml +++ b/quickcheck_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck_macros" -version = "0.4.2" #:version +version = "0.5.0" #:version authors = ["Andrew Gallant "] description = "A macro attribute for quickcheck." documentation = "http://burntsushi.net/rustdoc/quickcheck/"