Skip to content

Registry index paths changed in Rust 1.85.0 #182

@UebelAndre

Description

@UebelAndre

In Rust 1.85.0, this crate won't be able to find index locations due to rust-lang/cargo#14917. The crate currently expects sparse+https://index.crates.io/ to map to:

~/.cargo/registry/index/index.crates.io-6f17d22bba15001f/config.json

However, after rust-lang/cargo#14917 Cargo will instead use:

~/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/config.json

Thus, the directories will be misaligned.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions