Merge rust-bitcoin/rust-bitcoin#2729: bitcoin: Set version number
46e0ce59a3
bitcoin: Set version number (Tobin C. Harding) Pull request description: During the recent release cycle we left `bitcoin` on the last rc version. Set the version number to `v0.33.0-unreleased` to make it obvious what it is. Close: #2724 ACKs for top commit: apoelstra: ACK46e0ce59a3
sanket1729: ACK46e0ce59a3
Tree-SHA512: 8a1fa062cf0240c5a7e1c05f0378097464423c29827f14068d01ac562d1be571bec2d267a5a12d0828c5a2809ef743f03ef29ccea9a31a5c9e3eefce66b3d30d
This commit is contained in:
commit
845ae37dbe
|
@ -47,7 +47,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bitcoin"
|
||||
version = "0.32.0-rc1"
|
||||
version = "0.33.0-unreleased"
|
||||
dependencies = [
|
||||
"base58ck",
|
||||
"base64",
|
||||
|
|
|
@ -46,7 +46,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bitcoin"
|
||||
version = "0.32.0-rc1"
|
||||
version = "0.33.0-unreleased"
|
||||
dependencies = [
|
||||
"base58ck",
|
||||
"base64",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bitcoin"
|
||||
version = "0.32.0-rc1"
|
||||
version = "0.33.0-unreleased"
|
||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||
license = "CC0-1.0"
|
||||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||
|
|
Loading…
Reference in New Issue