-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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-toolchain
file to pin the version used forrustup
rust-toolchain
file (just remove thetoolchain
input)