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
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit efcd9f58636c1990393d495159045d9c35e43b8f
Subproject commit fe2f314aef06e688a9517da1ac0577bb1854d01f

View file

@ -26,6 +26,7 @@ fn main() {
"--target",
"t.json",
"-Zbuild-std=std,core,panic_abort",
"-Zjson-target-spec",
])
.run();