Update cargo submodule

also fixed tests/run-make-cargo/apple-slow-tls/rmake.rs
accordingly for the new `-Zjson-target-spec` requirement
This commit is contained in:
Weihang Lo
2026-01-27 17:06:12 -05:00
parent a293cc4af8
commit f7ffe31390
2 changed files with 2 additions and 1 deletions
@@ -26,6 +26,7 @@ fn main() {
"--target",
"t.json",
"-Zbuild-std=std,core,panic_abort",
"-Zjson-target-spec",
])
.run();