-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cargo registry index paths for big-endian architectures (#574)
The hexadecimal part of cargo index paths is different on little- and big-endian architectures. See also EmbarkStudios/tame-index#36 I have verified that the endianness-specific `CRATES_IO_SPARSE_DIR` definition is correct and indeed matches what cargo writes to on big-endian architectures.
- Loading branch information
1 parent
6a26873
commit 2f5300f
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters