Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 25, 2019
1 parent 2513cdc commit 7845a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickcheck"
version = "0.8.5" #:version
version = "0.9.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Automatic property based testing with shrinking."
documentation = "http://burntsushi.net/rustdoc/quickcheck/"
Expand Down
4 changes: 2 additions & 2 deletions quickcheck_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickcheck_macros"
version = "0.8.0" #:version
version = "0.9.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A macro attribute for quickcheck."
documentation = "http://burntsushi.net/rustdoc/quickcheck/"
Expand All @@ -22,4 +22,4 @@ quote = "0.6.8"
syn = { version = "0.15", features = ["full"] }

[dev-dependencies]
quickcheck = { path = "..", version = "0.8.0" }
quickcheck = { path = "..", version = "0.9.0" }

0 comments on commit 7845a98

Please sign in to comment.