mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

feat: add package name and version to warning messages ### What does this PR try to resolve? Hi, this PR Fixes #8018, where i add the package name and version on warning messages. As this is my first contribution to the project, if anything is not in compliance in the PR let me know and I will be happy to correct it.