cargo-make icon indicating copy to clipboard operation
cargo-make copied to clipboard

Rust task runner and build tool.

Results 53 cargo-make issues
Sort by recently updated
recently updated
newest added

### Describe The Bug When redefining environmental variables, from a Makefile that we extend from and execute any task `@@split()` no longer works. ### To Reproduce Minimal Reproducible Example: extend.toml...

Bumps [serde_ignored](https://github.com/dtolnay/serde-ignored) from 0.1.4 to 0.1.5. Release notes Sourced from serde_ignored's releases. 0.1.5 Add categories and keywords to crates.io metadata Commits 1490170 Release 0.1.5 c6b59f8 Update keywords in crates.io metadata...

dependencies

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83. Release notes Sourced from serde_json's releases. v1.0.83 Add categories to crates.io metadata Commits 2b0403f Release 1.0.83 db96d72 Add categories to crates.io metadata 2512933 Add...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.142. Release notes Sourced from serde's releases. v1.0.142 Add keywords to crates.io metadata v1.0.141 Add no-std category to crates.io metadata Commits abb2a84 Release 1.0.142 a31d0be...

dependencies

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.12 to 1.0.13. Release notes Sourced from semver's releases. 1.0.13 Add categories and keywords to crates.io metadata Commits afba3e1 Release 1.0.13 c9d6a85 Update keywords in crates.io metadata...

dependencies

Installing it on Windows with `cargo install cargo-make` it works but prints this warning: ``` warning: the following packages contain code that will be rejected by a future version of...

I'm using Windows and [the new Powershell Core](https://github.com/PowerShell/PowerShell) (`pwsh.exe` and not `powershell.exe`). It would be amazing to be able to use `pwsh.exe` instead of `cmd.exe` by default: ```toml [tasks.windows_start] script_runner...

Is there a way to remove all the messages like these below? ``` [cargo-make] INFO - makers 0.35.15 [cargo-make] INFO - Build File: Makefile.toml [cargo-make] INFO - Task: start [cargo-make]...

i think the JSON schema is outdated: https://github.com/tamasfe/taplo/issues/294#issuecomment-1200476690

What do you think about adding it on https://chocolatey.org so we can install it using the below command? ``` choco install makers ``` I would like to use it also...

enhancement
help wanted