chore: pin rustc version with rust-toolchain#5982
chore: pin rustc version with rust-toolchain#5982winstxnhdw wants to merge 3 commits intoPyO3:mainfrom
Conversation
|
CI should fail until #5981 is merged and this PR is rebased. |
9625eaa to
c476fe2
Compare
|
It seems like it is conflicting with the |
|
I would prefer to not have the toolchain file, see Rust-for-CPython/cpython#4 (comment) which matches my sentiment about having the project pull a toolchain locally be annoying Pinning CI with an automated upgrade PR mechanism seems like my preferred approach |
|
Okay, I gave a few attempts but I think this will need quite an extensive change. My plan was to interpolate all the Rust toolchain versions in It's quite involved so I think I will close this PR for now and work on this later or after some more discussion. |
We can pin the Rust toolchain version with a
rust-toolchain.tomlto avoid situations like #5981