Skip to content

Commit

Permalink
release: more preparation for 1.0 release
Browse files Browse the repository at this point in the history
This bumps the version numbers.
  • Loading branch information
BurntSushi committed Jan 8, 2021
1 parent 480a879 commit 9dfcf7f
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.9.2" #:version
version = "1.0.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Automatic property based testing with shrinking."
documentation = "https://docs.rs/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.9.1" #:version
version = "1.0.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A macro attribute for quickcheck."
documentation = "https://docs.rs/quickcheck"
Expand All @@ -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" }

0 comments on commit 9dfcf7f

Please sign in to comment.