From 2476e67ae3a80e9bb633d035eceb404cac58e2c7 Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Tue, 9 Jun 2026 15:53:18 +0300 Subject: [PATCH] submodule: installer advance to 0.2.3 with ext4-blockdev path dep disabled Pick up the installer fork's 0.2.3 branch HEAD (b85f274), which comments out the optional ext4-blockdev path dependency. The crate is resolved via a relative path that traverses the local/recipes symlink chain, which breaks path resolution on Red Bear. The installer already talks to ext4 through the rsext4 crate, so the optional path dep is unused. Cargo.lock is rolled forward so the transitive windows-sys entries match the rest of the resolver graph for this snapshot. --- local/sources/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/installer b/local/sources/installer index 101a836a92..b85f274289 160000 --- a/local/sources/installer +++ b/local/sources/installer @@ -1 +1 @@ -Subproject commit 101a836a92c66401837d0b2b7ac157ce49a2da19 +Subproject commit b85f274289270f0f29db4c201696a3d24008b652