Skip to content

Commit 9dfcf7f

Browse files
committed
release: more preparation for 1.0 release
This bumps the version numbers.
1 parent 480a879 commit 9dfcf7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickcheck"
3-
version = "0.9.2" #:version
3+
version = "1.0.0" #:version
44
authors = ["Andrew Gallant <[email protected]>"]
55
description = "Automatic property based testing with shrinking."
66
documentation = "https://docs.rs/quickcheck"

quickcheck_macros/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickcheck_macros"
3-
version = "0.9.1" #:version
3+
version = "1.0.0" #:version
44
authors = ["Andrew Gallant <[email protected]>"]
55
description = "A macro attribute for quickcheck."
66
documentation = "https://docs.rs/quickcheck"
@@ -22,4 +22,4 @@ quote = "1.0"
2222
syn = { version = "1.0", features = ["full"] }
2323

2424
[dev-dependencies]
25-
quickcheck = { path = "..", version = "0.9.0" }
25+
quickcheck = { path = "..", version = "1.0.0" }

0 commit comments

Comments
 (0)