Automated update to Github CI to rustc nightly-2026-02-13
What changed, and why it matters
This commit simply updates the version of the Rust nightly compiler used by the project's automated GitHub testing from one date to another. It changes only a single line in a CI configuration file and has no effect on the actual Bitcoin library code that users run.
No security action needed; treat as routine maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates nightly-version from nightly-2025-09-26 to nightly-2026-02-13. This is a routine CI toolchain bump with no source-code changes, no dependency changes, and no security-relevant behavior modifications.
Changed components
GitHub Actions CI configuration (nightly-version file)Inspect captured patch +1 / −1
diff --git a/nightly-version b/nightly-version
index fa9b5fe6..0b20b26d 100644
--- a/nightly-version
+++ b/nightly-version
@@ -1 +1 @@
-nightly-2025-09-26
+nightly-2026-02-13
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.