pksunkara / cargo-workspaces

A tool for managing cargo workspaces and their crates, inspired by lerna
MIT License
465 stars 46 forks source link

Delete our custom add_workspace_toml_entry logic in `create` subcommand #144

Open pksunkara opened 8 months ago

pksunkara commented 8 months ago

MSRV needed 1.75.0

https://github.com/rust-lang/cargo/pull/12779

filleduchaos commented 6 months ago

Yeah this breaks cargo ws create - the package creation itself succeeds, but because the output from Cargo does not contain "Created" cargo workspaces assumes it failed

Std output of cargo new in a workspace (on nightly 2024-03-02):

    Creating library `foo` package
      Adding `foo` as member of workspace at `/some/path/to/workspace`
sushruth commented 3 months ago

I opened a PR for it potentially fixing this - #152