primitives: Add Tobin to the authors list
What changed, and why it matters
This commit simply adds a second person's name to the author list in a package metadata file. It changes no code, no dependencies, no build settings, and no runtime behavior. There is no security relevance.
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 only change is in primitives/Cargo.toml: the authors field is updated from a single-entry array to a two-entry array, adding Tobin C. Harding alongside Andrew Poelstra. No source code, features, dependencies, versions, or configuration are modified.
Changed components
Inspect captured patch +1 / −1
diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml
index cf553c47..2e96e9d4 100644
--- a/primitives/Cargo.toml
+++ b/primitives/Cargo.toml
@@ -3,7 +3,7 @@ name = "bitcoin-primitives"
# Arbitrary high version number so as to not clash with the original
# `bitcoin-primitives` crate that we replaced `v0.1.16-alpha`.
version = "0.101.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 = "Primitive types used by the rust-bitcoin ecosystem"
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.