-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update Rust toolchain version? #837
Comments
Sorry, does that mean you're using the latest nightly? We recommend pinning to a specific date, to avoid the kinds of problems you seem to be describing (example). Is there a reason why that strategy wouldn't work for you? (Or have I misunderstood your problem?) |
No, we do pin the Rust toolchain version, but the version we need have to be at least |
OK. (Sorry for misunderstanding.) I can see three possible courses of action.
clippy_utils = { git = "https://github.com/rust-lang/rust", rev = "8ed4537d7" } That commit came from
Note that it takes a looong time for Cargo to download Rust as a dependency. But it's a onetime cost, and it's probably quicker than applying the updates yourself as in option 2. EDIT: "looong time" = tens of minutes, in my case. |
I think I’ll wait 7 days for the next sync. Thank you for your help! |
Copied from rust-lang/rust-clippy#11490:
Originally posted by @EFanZh in rust-lang/rust-clippy#11490 (comment)
The text was updated successfully, but these errors were encountered: