microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

refactor: use cargo-make's built-in arg expansion instead of custom plugin support in `nested-cargo-workspace-in-cargo-make-emulated-workspace-support` #201

Closed wmmc88 closed 1 month ago

wmmc88 commented 1 month ago

Custom env var expansion was added to nested-cargo-workspace-in-cargo-make-emulated-workspace-support since cargo-make didn't support it. Now that https://github.com/sagiegurari/cargo-make/pull/1132 has merged support for this in cargo-make itself, there is no longer a need to do this manually in the plugin.

This reverts commit 2d199bc9e2b12e29f329fc9377ef31f498d35335.

fixes #194