File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ impl PackageConfig {
197197 let cargo_sparse_registry = cargo_home
198198 . join ( "registry" )
199199 . join ( "src" )
200- . join ( "index.crates.io-6f17d22bba15001f " ) ;
200+ . join ( "index.crates.io-1949cf8c6b5b557f " ) ;
201201 remap_paths. insert ( cargo_sparse_registry, "/crates.io" ) ;
202202 }
203203
Original file line number Diff line number Diff line change 11[toolchain ]
2+ # If you change the toolchain version, check that the cargo registry hash has
3+ # not changed (look at `remap_paths` in `xtask/src/dist.rs`). This remapping
4+ # strips local paths from panic messages, because they're bad for both
5+ # reproducibility and binary size.
26channel = " nightly-2025-07-20"
37targets = [ " thumbv6m-none-eabi" , " thumbv7em-none-eabihf" , " thumbv8m.main-none-eabihf" ]
48profile = " minimal"
You can’t perform that action at this time.
0 commit comments