Skip to content

Commit

Permalink
bitcoin: Set version number
Browse files Browse the repository at this point in the history
During the recent release cycle we left `bitcoin` on the last rc
version.

Set the version number to the current release, as it is for all the
other crates in the workspace.

Close: #2724
  • Loading branch information
tcharding committed Apr 29, 2024
1 parent c4d017e commit 5666b72
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 @@ -47,7 +47,7 @@ dependencies = [

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

[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.32.0"
dependencies = [
"base58ck",
"base64",
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.32.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit 5666b72

Please sign in to comment.