@@ -21,7 +21,9 @@ the `base64-ng` crate family.
2121- Pinned GitHub Actions to checkout ` v6.0.2 ` , rust-cache ` v2.9.1 ` , and
2222 install-action ` v2.83.0 ` , using their verified release commits.
2323- Added the 210-test nextest suite to GitHub CI and disabled install-action
24- fallback installation.
24+ fallback installation for supported binaries. Cargo-deny uses a separate
25+ exact-version locked Cargo installation because its current binary is not
26+ available through install-action.
2527- Hardened Tokio reader-buffer cleanup and made read-all temporary allocations
2628 wipe through RAII on success, error, and cancellation.
2729- Limited oversized-input detection to one lookahead byte and documented the
@@ -38,7 +40,7 @@ the `base64-ng` crate family.
3840## Notes
3941
4042No core encode/decode logic, SIMD admission scope, unsafe boundary, target
41- evidence, or core zero-dependency policy changes in this release. Existing RISC-V QEMU
42- evidence remains valid functional and fallback evidence, but it is not real
43- hardware acceleration, performance, timing, side-channel, or
43+ evidence, or core zero-dependency policy changes in this release. Existing
44+ RISC-V QEMU evidence remains valid functional and fallback evidence, but it is
45+ not real hardware acceleration, performance, timing, side-channel, or
4446register-retention proof.
0 commit comments