Skip to content
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

Upgrades rustc in CI and Docker to 1.75 #1518

Merged

Conversation

tarikeshaq
Copy link
Contributor

Description

Looks like our Rust version was still 1.72, which is OK, but it seems like cargo-audit now depends on clap 4.5, which itself required 1.74 (see https://app.circleci.com/pipelines/github/mozilla-services/syncstorage-rs/4909/workflows/427c8cef-e69e-46f3-947f-aa9dc61b3353/jobs/18546)

I'm keeping it as a draft till we see the tests pass

Also, It might not be a good idea to upgrade all the way to 1.76, especially since 1.76 just got released today, so I'm open to making this 1.75 (or 1.74)

I also fixed the clippy issues that came with the upgrade

@tarikeshaq tarikeshaq force-pushed the tarikeshaq/upgrade-rust branch from 285932d to f87293c Compare February 8, 2024 19:08
@tarikeshaq tarikeshaq changed the title Upgrades rustc in CI and Docker to 1.76 Upgrades rustc in CI and Docker to 1.75 Feb 8, 2024
@tarikeshaq
Copy link
Contributor Author

Well, it looks like circle ci image for 1.76 isn't even there yet, so using 1.75 seems like a good call eitherways

@tarikeshaq tarikeshaq marked this pull request as ready for review February 8, 2024 19:46
@tarikeshaq tarikeshaq requested a review from jrconlin February 8, 2024 19:46
@tarikeshaq tarikeshaq merged commit d544a0e into mozilla-services:master Feb 9, 2024
8 checks passed
@tarikeshaq tarikeshaq deleted the tarikeshaq/upgrade-rust branch February 9, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants