You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this change, I could add a rust-toolchain.toml file to my Python-project, and setuptools-rust would automatically install the right toolchain before building.
Now, before building it is neccesary to run the following command manually (in the same folder as the rust-toolchain.toml file):
rustup toolchain install
It would be nice if there was a way to configure setuptools-rust with a flag to run this command before issuing cargo/rustc build commands (or to attempt to run it by default).
The text was updated successfully, but these errors were encountered:
See https://blog.rust-lang.org/2025/03/02/Rustup-1.28.0.html
Before this change, I could add a rust-toolchain.toml file to my Python-project, and setuptools-rust would automatically install the right toolchain before building.
Now, before building it is neccesary to run the following command manually (in the same folder as the rust-toolchain.toml file):
It would be nice if there was a way to configure setuptools-rust with a flag to run this command before issuing cargo/rustc build commands (or to attempt to run it by default).
The text was updated successfully, but these errors were encountered: