fix(build): align stage zero gates with Rust 1.97
Docs Deploy / Build and Deploy MkDocs (push) Successful in 35s
Test / Lint (push) Failing after 2m18s
Test / Test (push) Skipped
Test / Render parity (push) Skipped

This commit is contained in:
2026-07-18 05:38:27 +04:00
parent fbe5a8497a
commit 41a2746804
5 changed files with 42 additions and 41 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ fn graph_mission(args: &[String]) -> Result<(), String> {
fn inspect_archive(args: &[String]) -> Result<(), String> {
let path = parse_archive_path(args)?;
let inspection = inspect_archive_file(&path, 0).map_err(|err| err.to_string())?;
let inspection = inspect_archive_file(&path, 0).map_err(|err| err.clone())?;
match inspection {
ArchiveInspection::Nres {