Skip to content

Releases: sabify/cargo-easy-dep

v0.1.1

19 Apr 09:44
Compare
Choose a tag to compare

The workspace default-features is problematic, so cargo-easy-dep will disable default-features for all dependencies in the workspace and enable them based on each member's preferences. This disabling has been done without diffing and it gives maintainers better visibility by explicitly indicating the features without falling into the mentioned issue.

v0.1.0

19 Apr 09:39
Compare
Choose a tag to compare

This is initial release.