cargo-make v0.35.14 Release Notes

Release Date: 2022-07-21 // almost 2 years ago
    • ✨ Enhancement: CLI parsing now done by the cliparser crate instead of clap due to clap continued backward compatibility issues
    • ✨ Enhancement: Added support ${@} in Duckscript tasks #667
    • ✨ Enhancement: Check in Cargo.lock file to support linux package managers #670
    • ✨ Enhancement: Added new --quiet cli flag #668
    • ⏱ Maintenance: Add scheduled CI github workflow