onur / cargo-license

Cargo subcommand to see license of dependencies
MIT License
418 stars 37 forks source link

Virtual workspace #58

Closed nilgoyette closed 2 years ago

nilgoyette commented 2 years ago

The new v0.5.0 release broke a feature that was working in v0.4.2.

We have a "virtual manifest" workspace (I'm not sure how to call it, our Cargo.toml is simply linking to other crates). In v0.4.2, we could ask for

cargo-license -d -t

and it was working. Now it only prints

No root package
dalance commented 2 years ago

Thank you for your report. I fixed it, and release v0.5.1.

nilgoyette commented 2 years ago

It works as it did before, thank you.