You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isn't (it fails with Unexpected `.` Expected `=`). Since the rest of the cargo ecosystem supports this syntax (handy, for instance, to reduce git diffs when adding features and so-on), I'd expect cargo edit to support it as well.
(I suspect this may be an incosistency between the TOML spec and the reality of Cargo.toml files, and may thus be an issue of the underlying ::toml_edit crate: Support parsing all Cargo.toml files toml-rs/toml#130)
The text was updated successfully, but these errors were encountered:
While
is obviously supported by
cargo-edit
, something like:isn't (it fails with
Unexpected `.` Expected `=`
). Since the rest of thecargo
ecosystem supports this syntax (handy, for instance, to reducegit diff
s when adding features and so-on), I'd expectcargo edit
to support it as well.Cargo.toml
files, and may thus be an issue of the underlying::toml_edit
crate: Support parsing allCargo.toml
files toml-rs/toml#130)The text was updated successfully, but these errors were encountered: