-
Notifications
You must be signed in to change notification settings - Fork 655
Open
Labels
Description
Current Behavior
I've run into what I assume must be a caching issue.
I recently published a new crate named crackers, sourced from this git repo: https://github.com/toolCHAINZ/crackers.
rust-lang/crates.io-index@16d57ab
https://crates.io/crates/crackers/0.1.1
Notice that the crates.io
page for the crate has a README that is not at all related to the one in the repository.
Judging from the contents of the README, it seems to me like someone squatted this crate name, it was freed up at some point, but some metadata of the old version is still hanging out in some cache?
Expected Behavior
I expected to see the readme from my github repo (or nothing if I messed up the configuration in my Cargo.toml
)
Steps To Reproduce
No response
Environment
- Browser:
- OS:
Anything else?
No response