cargo vendor
suggests vendor source config in inline form instead of separate tables
#10345
Labels
C-bug
Category: bug
Problem
This is not actually a bug but the original form is more readable IMO.
With 1.60.0-nightly:
With 1.58.1 stable:
Steps
cargo +nightly vendor
in any crate with dependencies.Possible Solution(s)
I guess it is due to the switch to
toml_edit
fromtoml
. It should output in the same form as before, though I am afraid the fix might not be too easy.cc @epage since you're an expert of toml_edit 😆
Notes
There might be other places got this kind of bug but I haven't had a time to scan all of them.
Version
The text was updated successfully, but these errors were encountered: