build: pin rust version to 1.46.0#269
Conversation
Codecov Report
@@ Coverage Diff @@
## master #269 +/- ##
=======================================
Coverage 79.05% 79.05%
=======================================
Files 214 214
Lines 12808 12808
=======================================
Hits 10125 10125
Misses 2683 2683 Continue to review full report at Codecov.
|
|
With these changes, I think you can also remove the nightly and beta CI stages. They dont make sense to me if you pin the Rust version anyway. WDYT? what does vector do? |
Without Rustfmt, cargo gen-syntax won't work, resulting in the grammar_is_fresh test failing.
As far as I understand, |
|
Just checking, but did you want to squash some of the commits or can I merge it as is? Either is fine by me 🙂 |
|
Thank you for the review! Can you merge them as is? I think each commit meaningful enough. |
This PR pins the version of the rust toolchain to be used in the build and CI of this project ( closes #247 ) .
rust-toolchainfile to pin the version used forrustuprust-toolchainfile (just remove thetoolchaininput)