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

Pin Rust to version 1.72.x #128

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Pin Rust to version 1.72.x #128

merged 1 commit into from
Oct 26, 2023

Conversation

torives
Copy link
Contributor

@torives torives commented Oct 25, 2023

The default Rust version in the ubuntu-22.04 image used in our Github Action workflows was upgraded to Rust 1.73.0. This new version introduced new warnings, and made some dispatcher tests start failing.

As we're in the process of migrating from Rust to Go, fixing this is not high on our priority list. Pining the Rust version will allow the CI to continue working and postpone the need to deal with these problems.

@torives torives added the no changelog PRs that don't require changes in changelog label Oct 25, 2023
@torives torives self-assigned this Oct 25, 2023
Rust version 1.73.0 introduced new warnings, and made some dispatcher tests start failing. Pining the Rust version will allow the CI checks to pass and postpone the need to update the Rust codebase.
@torives torives force-pushed the feature/rust-version branch from c0dac21 to e963199 Compare October 25, 2023 19:08
@torives torives changed the title feat: set rust toolchain version to 1.72 Pin Rust to version 1.72 Oct 25, 2023
@torives torives changed the title Pin Rust to version 1.72 Pin Rust to version 1.72.x Oct 25, 2023
@torives torives requested a review from a team October 25, 2023 19:47
@torives torives merged commit 758208c into main Oct 26, 2023
6 checks passed
@torives torives deleted the feature/rust-version branch October 26, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog PRs that don't require changes in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants