Automated update to Github CI to rustc stable-1.91.1
What changed, and why it matters
This commit simply updates a CI configuration file to use a newer patch version of the Rust compiler (1.91.1 instead of 1.91.0). It changes one line in a GitHub workflow file and has no effect on the actual Bitcoin library code that users run.
No security action needed. This is a routine CI maintenance change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies .github/workflows/stable-version, changing the pinned stable Rust toolchain version from 1.91.0 to 1.91.1. This is a patch-level compiler update used by continuous integration. No source code, dependencies, build scripts, or cryptographic logic were changed.
Changed components
.github/workflows/stable-versionInspect captured patch +1 / −1
diff --git a/.github/workflows/stable-version b/.github/workflows/stable-version
index 6979a6c0..8d394742 100644
--- a/.github/workflows/stable-version
+++ b/.github/workflows/stable-version
@@ -1 +1 @@
-1.91.0
+1.91.1
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.