antoniusnaumann / cargo-swift

A cargo plugin to easily build Swift packages from Rust code
https://crates.io/crates/cargo-swift
Apache License 2.0
173 stars 22 forks source link

feat: add argument to disable toolchains check #42

Closed Eliot00 closed 9 months ago

Eliot00 commented 9 months ago

Sometimes we don't need rustup to manage rust toolchains.

antoniusnaumann commented 9 months ago

I assume this is useful when Rust is not installed via rustup. I'd like to give this a less generic name, e.g. "--skip-toolchains-check", otherwise this seems to be a good idea.

Thanks!

Eliot00 commented 9 months ago

Renamed.

antoniusnaumann commented 9 months ago

Merged. Thank you for your contribution!