What changed, and why it matters
This commit updates the declared minimum supported Rust version (MSRV) for one sub-crate from 1.63.0 to 1.74.0 so it matches the rest of the workspace. It is a build-metadata correction with no code changes and no security impact.
No security action needed. Treat as a normal build/tooling maintenance patch.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change is a single-line edit in consensus_encoding/Cargo.toml: rust-version is bumped from 1.63.0 to 1.74.0. There are no source-code, dependency, API, or behavior changes. The commit message frames this as a CI/clippy hygiene fix, not a security fix.
Changed components
consensus_encoding/Cargo.tomlInspect captured patch +1 / −1
diff --git a/consensus_encoding/Cargo.toml b/consensus_encoding/Cargo.toml
index 03eeb715..4e8bcd33 100644
--- a/consensus_encoding/Cargo.toml
+++ b/consensus_encoding/Cargo.toml
@@ -9,7 +9,7 @@ categories = ["cryptography::cryptocurrencies"]
keywords = ["bitcoin", "no-std"]
readme = "README.md"
edition = "2021"
-rust-version = "1.63.0"
+rust-version = "1.74.0"
exclude = ["tests", "contrib"]
[features]
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.