Automated update to rustc stable-1.95.0
What changed, and why it matters
This is a routine automated update that changes one line in the project's configuration file, bumping the recommended stable Rust compiler version from 1.94.1 to 1.95.0. There is no code change, no bug fix, and no security patch in the diff itself.
No security action needed. Treat as ordinary maintenance. If reviewing for supply-chain risk, verify the CI/test results against Rust 1.95.0 separately, but that is outside the scope of this commit diff.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies Cargo.toml under [workspace.metadata.rbmt.toolchains], updating the pinned stable toolchain string from ‘1.94.1’ to ‘1.95.0’. This is a metadata-only change for the rust-bitcoin maintainers’ automated build/test matrix (rbmt). It does not alter dependencies, feature flags, lints, or source code.
Changed components
Cargo.toml toolchain metadataInspect captured patch +1 / −1
diff --git a/Cargo.toml b/Cargo.toml
index 15f2e1b2..730363c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
[workspace.metadata.rbmt.toolchains]
nightly = "nightly-2026-04-10"
-stable = "1.94.1"
+stable = "1.95.0"
[workspace.lints.rust]
unexpected_cfgs = { level = "deny", check-cfg = ['cfg(bench)', 'cfg(chacha20_poly1305_fuzz)', 'cfg(fuzzing)', 'cfg(hashes_fuzz)', 'cfg(kani)'] }
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.