From 6ed49b88e7d8a0298575128bbff0176ebe2214e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sun, 21 Jun 2026 12:12:52 +0200 Subject: [PATCH] Fix Rust source archive reproduction instructions --- src/infra/other-installation-methods.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/infra/other-installation-methods.md b/src/infra/other-installation-methods.md index f192da9e0..bc2b7ef37 100644 --- a/src/infra/other-installation-methods.md +++ b/src/infra/other-installation-methods.md @@ -91,6 +91,7 @@ TAG=a8cfc83801301c2b4f0fd030192e268eeb15d473 git clone https://github.com/rust-lang/rust cd rust git reset --hard ${TAG} +git submodule update --init --recursive cat >config.toml << EOF [rust]