bitcoin: Set version to 0.33.0-alpha

We would like to create branches in other repos/crates that track master
in this repo for testing purposes. In order to do so we need a non-0.32
version otherwise `cargo` pulls from crates.io.

Set the version to `0.33.0-alpha` - try not to get too excited, this
release is a looong way away.
This commit is contained in:
Tobin C. Harding 2024-10-16 15:39:58 +11:00
parent f3c7194d92
commit f37b573290
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ dependencies = [
[[package]] [[package]]
name = "bitcoin" name = "bitcoin"
version = "0.32.0-rc1" version = "0.33.0-alpha"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"base58ck", "base58ck",

View File

@ -52,7 +52,7 @@ dependencies = [
[[package]] [[package]]
name = "bitcoin" name = "bitcoin"
version = "0.32.0-rc1" version = "0.33.0-alpha"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"base58ck", "base58ck",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bitcoin" name = "bitcoin"
version = "0.32.0-rc1" version = "0.33.0-alpha"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"] authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0" license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/" repository = "https://github.com/rust-bitcoin/rust-bitcoin/"