kernel: refresh Cargo.lock (mtime + relibc-rebuild attempt)

This is a bookkeeping commit to capture Cargo.lock and
the touched lib.rs from the cookbook's auto-stash step in
the 0.2.5 kernel build attempt that hit the
json-target-spec / rust toolchain mismatch. The actual
code changes are on the kernel branch and the relevant
submodule gitlink will be bumped in a future commit.

The kernel cross-build is using the same nightly-2025-10-03
toolchain (per the kernel fork's rust-toolchain.toml).
The cookbook uses nightly-2026-04-01 which has the
target-spec-json flag the Makefile needs. A unified
toolchain setup is a future-work item.
This commit is contained in:
2026-07-02 13:43:14 +03:00
parent d41d0aa728
commit baadbfc539
2 changed files with 1 additions and 1 deletions
Generated
+1 -1
View File
@@ -420,4 +420,4 @@ dependencies = [
[[patch.unused]]
name = "libredox"
version = "0.1.17"
version = "0.1.18"
View File