Open
Description
Problem
If a package has a Readme.md
file (and no readme field in Cargo.toml
), it will end up with two readme files in the package.
This regressed in rust-lang/rust#96031 (rust 1.62.0). I'm not sure which of those is responsible.
Steps
cargo new foo
cd foo
touch Readme.md
cargo package --list --allow-dirty
Possible Solution(s)
No response
Notes
No response
Version
cargo 1.77.1 (e52e36006 2024-03-26)
release: 1.77.1
commit-hash: e52e360061cacbbeac79f7f1215a7a90b6f08442
commit-date: 2024-03-26
host: x86_64-apple-darwin
libgit2: 1.7.2 (sys:0.18.2 vendored)
libcurl: 8.6.0 (sys:0.4.70+curl-8.5.0 system ssl:(SecureTransport) LibreSSL/3.3.6)
ssl: OpenSSL 1.1.1w 11 Sep 2023
os: Mac OS 14.5.0 [64-bit]