cargo publish
with cargo.toml
on windows doesn't normalize the content
#12384
Labels
cargo publish
with cargo.toml
on windows doesn't normalize the content
#12384
Problem
On case insensitive filesystems (which can include Windows and Mac), cargo allows
cargo.toml
to be used. When publishing, the case doesn't get normalize and we miss it when normalizing the content of the file (prepare_for_publish
).Once published
Steps
Note the lack of
Cargo.toml.orig
Possible Solution(s)
Long term, I'd prefer we error, suggesting a rename if
cargo.toml
existsTo help people transition, we should warn first.
Alternatively
Notes
See also
cargo.toml
#45Version
No response
The text was updated successfully, but these errors were encountered: