What changed, and why it matters
This commit simply adds a second developer's name to the author list in a package metadata file. It changes no code, no functionality, and has no security relevance.
Recommended action
No action required; this is a non-functional metadata change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies units/Cargo.toml, changing the authors field from a single-entry array to a two-entry array by adding Tobin C. Harding alongside Andrew Poelstra. No Rust source, dependencies, features, version, or build configuration is altered.
Changed components
Not specified
Inspect captured patch +1 / −1
diff --git a/units/Cargo.toml b/units/Cargo.toml
index fc329fee..48fadd01 100644
--- a/units/Cargo.toml
+++ b/units/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bitcoin-units"
version = "1.0.0-rc.0"
-authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
+authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "Tobin C. Harding <me@tobin.cc>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
description = "Basic Bitcoin numeric units such as amount"
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.