diff --git a/Cargo.toml b/Cargo.toml index 96ee4e3..018afe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck" -version = "0.9.2" #:version +version = "1.0.0" #:version authors = ["Andrew Gallant "] description = "Automatic property based testing with shrinking." documentation = "https://docs.rs/quickcheck" diff --git a/quickcheck_macros/Cargo.toml b/quickcheck_macros/Cargo.toml index a680c54..1d9041d 100644 --- a/quickcheck_macros/Cargo.toml +++ b/quickcheck_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickcheck_macros" -version = "0.9.1" #:version +version = "1.0.0" #:version authors = ["Andrew Gallant "] description = "A macro attribute for quickcheck." documentation = "https://docs.rs/quickcheck" @@ -22,4 +22,4 @@ quote = "1.0" syn = { version = "1.0", features = ["full"] } [dev-dependencies] -quickcheck = { path = "..", version = "0.9.0" } +quickcheck = { path = "..", version = "1.0.0" }