cargo-make v0.32.8 Release Notes

Release Date: 2020-11-05 // over 3 years ago
    • Load cargo aliases as tasks #484
    • ๐Ÿ‘Œ Support script content as a simple string instead of an array.
    • ๐Ÿ‘Œ Support script content as fielded sections (pre/main/post) to enable sharing of common script content between tasks #473
    • The load_script and install_script attribute types supports all script input types (string/vec/file/sections).
    • ๐Ÿ›  Fixed invocation of cargo commands with flag arguments #476
    • ๐Ÿ‘Œ Improved error message when failing to parse external descriptor #475 (thanks @mrmanne)
    • ๐Ÿ›  Fixed git add task description #477 (thanks @knutwalker)
    • ๐Ÿ‘Œ Improve core task performance #487
    • โšก๏ธ Bump rust minimal version to 0.44 due to dependencies updates