EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.71k stars 83 forks source link

Fix cargo registry index paths for big-endian architectures #574

Closed decathorpe closed 11 months ago

decathorpe commented 11 months ago

The hexadecimal part of cargo index paths is different on little- and big-endian architectures. See also https://github.com/EmbarkStudios/tame-index/issues/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.