From e7cb86efdf66cc17d74e8a76d423a192a41c1dcd Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 4 Jun 2026 13:52:45 -0700 Subject: [PATCH] C2(hephd-self-update): close cargo-install-from-tag Installer trait + CargoInstaller + apply_update landed and unit-tested via injection. Real cargo execution is gated on the deployment env (service-env-forge-access). --- docs/how-to/self-update/cargo-install-from-tag.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/how-to/self-update/cargo-install-from-tag.md b/docs/how-to/self-update/cargo-install-from-tag.md index 6b43096..a099802 100644 --- a/docs/how-to/self-update/cargo-install-from-tag.md +++ b/docs/how-to/self-update/cargo-install-from-tag.md @@ -3,7 +3,6 @@ title: Cargo install from tag modified: 2026-06-04 tags: - how-to -status: active requires: - self-update-poll-loop - service-env-forge-access