-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: more preparation for 1.0 release
This bumps the version numbers.
- Loading branch information
1 parent
480a879
commit 9dfcf7f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "quickcheck" | ||
version = "0.9.2" #:version | ||
version = "1.0.0" #:version | ||
authors = ["Andrew Gallant <[email protected]>"] | ||
description = "Automatic property based testing with shrinking." | ||
documentation = "https://docs.rs/quickcheck" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "quickcheck_macros" | ||
version = "0.9.1" #:version | ||
version = "1.0.0" #:version | ||
authors = ["Andrew Gallant <[email protected]>"] | ||
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" } |