Skip to content

Commit ef9a3db

Browse files
committed
Merge rust-bitcoin#5161: Release tracking PR: units 1.0.0-rc.2
18c3427 units: Bump version to 1.0.0-rc.2 (Tobin C. Harding) Pull request description: We just bumped the `hashes` version, requires another release here. ACKs for top commit: apoelstra: ACK 18c3427; successfully ran local tests Tree-SHA512: 5c5cd0c4378098dff35bf1fe425a3a1ba590296fed3fb0b566cba0b668a05d486ad036747274db20d39203dac825240d87ce456f4a45a23fb33ca2aee17d31f4
2 parents da1fa77 + 18c3427 commit ef9a3db

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ dependencies = [
149149

150150
[[package]]
151151
name = "bitcoin-units"
152-
version = "1.0.0-rc.1"
152+
version = "1.0.0-rc.2"
153153
dependencies = [
154154
"arbitrary",
155155
"bincode",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ dependencies = [
148148

149149
[[package]]
150150
name = "bitcoin-units"
151-
version = "1.0.0-rc.1"
151+
version = "1.0.0-rc.2"
152152
dependencies = [
153153
"arbitrary",
154154
"bincode",

bitcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internals = { package = "bitcoin-internals", path = "../internals", features = [
3434
io = { package = "bitcoin-io", path = "../io", default-features = false, features = ["alloc", "hashes"] }
3535
primitives = { package = "bitcoin-primitives", path = "../primitives", default-features = false, features = ["alloc", "hex"] }
3636
secp256k1 = { version = "0.30.0", default-features = false, features = ["hashes", "alloc"] }
37-
units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.1", default-features = false, features = ["alloc"] }
37+
units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.2", default-features = false, features = ["alloc"] }
3838

3939
arbitrary = { version = "1.4.1", optional = true }
4040
base64 = { version = "0.22.0", optional = true, default-features = false, features = ["alloc"] }

p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hashes = { package = "bitcoin_hashes", path = "../hashes", default-features = fa
2323
hex = { package = "hex-conservative", version = "0.3.0", default-features = false }
2424
internals = { package = "bitcoin-internals", path = "../internals", default-features = false }
2525
io = { package = "bitcoin-io", path = "../io", default-features = false }
26-
units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.1", default-features = false }
26+
units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.2", default-features = false }
2727

2828
arbitrary = { version = "1.4.1", optional = true }
2929

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hex = ["dep:hex", "hashes/hex", "internals/hex"]
2626
encoding = { package = "bitcoin-consensus-encoding", path = "../consensus_encoding", version = "1.0.0-rc.1", default-features = false }
2727
hashes = { package = "bitcoin_hashes", path = "../hashes", version = "0.17.0", default-features = false }
2828
internals = { package = "bitcoin-internals", path = "../internals" }
29-
units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.1", default-features = false, features = [ "encoding" ] }
29+
units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.2", default-features = false, features = [ "encoding" ] }
3030
arrayvec = { version = "0.7.2", default-features = false }
3131

3232
arbitrary = { version = "1.4.1", optional = true }

units/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoin-units"
3-
version = "1.0.0-rc.1"
3+
version = "1.0.0-rc.2"
44
authors = ["Andrew Poelstra <[email protected]>", "Tobin C. Harding <[email protected]>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"

0 commit comments

Comments
 (0)