pksunkara / cargo-workspaces

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

`cargo ws create` failed #166

Closed holmofy closed 3 months ago

holmofy commented 3 months ago

This is my project. I failed when executing the command cargo ws create examples/sea-orm. The error message is very small and I can't fix the problem by myself:

~/rust/autumn-boot on master ❯ cargo ws create examples/sea-orm
✔ Name of the crate · sea-orm
✔ Type of the crate · binary
✔ Rust edition · 2021
    Creating binary (application) `sea-orm` package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
error: unable to create crate
pksunkara commented 3 months ago

That's weird. What cargo-ws and rust version is this?

holmofy commented 3 months ago

~ ❯ rustc --version rustc 1.79.0 (129f3b996 2024-06-10) ~ ❯ cargo ws --version cargo-workspaces 0.3.1

pksunkara commented 3 months ago

Fixed in 0.3.2