Publishing a crate is case-sensitive #6043
Labels
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
It's the first time i published a crate, so i followed https://doc.rust-lang.org/book/2018-edition/ch14-02-publishing-to-crates-io.html
It didn't mention that the name of your crate is case sensitive.
I ended up publishing
Boa
instead ofboa
and I didn't realised i made the mistake until it was too late. It was only until after i published i noticed that most crates were lowercase.Is there something we can do about this?
The text was updated successfully, but these errors were encountered: