Skip to content

Commit

Permalink
bitcoin: Set version to 0.33.0-alpha
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Oct 16, 2024
1 parent f3c7194 commit f37b573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [

[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.33.0-alpha"
dependencies = [
"arbitrary",
"base58ck",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [

[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.33.0-alpha"
dependencies = [
"arbitrary",
"base58ck",
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.33.0-alpha"
authors = ["Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit f37b573

Please sign in to comment.