What changed, and why it matters
This commit is a routine version bump for the bitcoin-units crate from 1.0.0-rc.1 to 1.0.0-rc.2, triggered by a dependency version change in bitcoin_hashes. It only updates version numbers in lock files and package manifests; no source code, logic, or behavior changed.
No security action needed. Treat as normal release bookkeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the bitcoin-units version string across Cargo-minimal.lock, Cargo-recent.lock, and the Cargo.toml files of bitcoin, p2p, primitives, and units itself. No Rust source files were modified. There are no functional changes, API changes, or security fixes in this commit.
Changed components
bitcoin-units crate versioningworkspace dependency manifestsInspect captured patch +6 / −6
diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock
index 6dea9eb2..7088a16e 100644
--- a/Cargo-minimal.lock
+++ b/Cargo-minimal.lock
@@ -149,7 +149,7 @@ dependencies = [
[[package]]
name = "bitcoin-units"
-version = "1.0.0-rc.1"
+version = "1.0.0-rc.2"
dependencies = [
"arbitrary",
"bincode",
diff --git a/Cargo-recent.lock b/Cargo-recent.lock
index 12325d8f..6aefec07 100644
--- a/Cargo-recent.lock
+++ b/Cargo-recent.lock
@@ -148,7 +148,7 @@ dependencies = [
[[package]]
name = "bitcoin-units"
-version = "1.0.0-rc.1"
+version = "1.0.0-rc.2"
dependencies = [
"arbitrary",
"bincode",
diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml
index 680a1f4c..1556c1d6 100644
--- a/bitcoin/Cargo.toml
+++ b/bitcoin/Cargo.toml
@@ -34,7 +34,7 @@ internals = { package = "bitcoin-internals", path = "../internals", features = [
io = { package = "bitcoin-io", path = "../io", default-features = false, features = ["alloc", "hashes"] }
primitives = { package = "bitcoin-primitives", path = "../primitives", default-features = false, features = ["alloc", "hex"] }
secp256k1 = { version = "0.30.0", default-features = false, features = ["hashes", "alloc"] }
-units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.1", default-features = false, features = ["alloc"] }
+units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.2", default-features = false, features = ["alloc"] }
arbitrary = { version = "1.4.1", optional = true }
base64 = { version = "0.22.0", optional = true, default-features = false, features = ["alloc"] }
diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml
index 799df54b..40669b96 100644
--- a/p2p/Cargo.toml
+++ b/p2p/Cargo.toml
@@ -23,7 +23,7 @@ hashes = { package = "bitcoin_hashes", path = "../hashes", default-features = fa
hex = { package = "hex-conservative", version = "0.3.0", default-features = false }
internals = { package = "bitcoin-internals", path = "../internals", default-features = false }
io = { package = "bitcoin-io", path = "../io", default-features = false }
-units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.1", default-features = false }
+units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.2", default-features = false }
arbitrary = { version = "1.4.1", optional = true }
diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml
index d642b31b..5370e8cb 100644
--- a/primitives/Cargo.toml
+++ b/primitives/Cargo.toml
@@ -26,7 +26,7 @@ hex = ["dep:hex", "hashes/hex", "internals/hex"]
encoding = { package = "bitcoin-consensus-encoding", path = "../consensus_encoding", version = "1.0.0-rc.1", default-features = false }
hashes = { package = "bitcoin_hashes", path = "../hashes", version = "0.17.0", default-features = false }
internals = { package = "bitcoin-internals", path = "../internals" }
-units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.1", default-features = false, features = [ "encoding" ] }
+units = { package = "bitcoin-units", path = "../units", version = "1.0.0-rc.2", default-features = false, features = [ "encoding" ] }
arrayvec = { version = "0.7.2", default-features = false }
arbitrary = { version = "1.4.1", optional = true }
diff --git a/units/Cargo.toml b/units/Cargo.toml
index 93225ca3..472508d0 100644
--- a/units/Cargo.toml
+++ b/units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoin-units"
-version = "1.0.0-rc.1"
+version = "1.0.0-rc.2"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "Tobin C. Harding <me@tobin.cc>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.