Skip to content

cargo-make v0.26.0

Compare
Choose a tag to compare
@sagiegurari sagiegurari released this 10 Jan 11:14
  • New env_scripts to enable custom environment setup #360
  • Added new CARGO_MAKE_RUST_TARGET_TRIPLE environment variable #356 (thanks @daxpedda)
  • Added new CARGO_MAKE_CRATE_TARGET_TRIPLE environment variable (get default build target including from '.cargo/Config.toml') #357 (thanks @daxpedda)
  • Enable custom scripts via shebang line for load and install scripts.
  • Enable @script type detection with shebang line #359
  • Upgraded duckscript version
  • Increased minimum rust version to 1.39.0
  • Added condition for build-publish-flow to restrict only to master branch #364