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
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`
I opened a PR for it potentially fixing this - #152
pksunkara
changed the title
Investigate how cargo new collides with cargo ws new
Delete our custom add_workspace_toml_entry logic in create subcommand
Jul 16, 2024
MSRV needed 1.75.0
rust-lang/cargo#12779
The text was updated successfully, but these errors were encountered: