From baadbfc539de5ebcd7115a00313390e8372e1316 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 2 Jul 2026 13:43:14 +0300 Subject: [PATCH] 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. --- Cargo.lock | 2 +- src/lib.rs | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/lib.rs diff --git a/Cargo.lock b/Cargo.lock index 184ca5d0af..02334c3bab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,4 +420,4 @@ dependencies = [ [[patch.unused]] name = "libredox" -version = "0.1.17" +version = "0.1.18" diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000000..e69de29bb2