taiki-e / cargo-minimal-versions

Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.
Apache License 2.0
46 stars 0 forks source link

How to run non-Cargo commands? #27

Open RReverser opened 10 months ago

RReverser commented 10 months ago

I want to use this crate with wasm-pack test, which, by itself, is a wrapper for Cargo that sets up custom environment.

Right now I can only invoke cargo minimal-versions ... followed by Cargo subcommands and not by arbitrary commands.

taiki-e commented 10 months ago