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

Update to Rust 1.73 #784

Merged
merged 3 commits into from
Oct 11, 2023
Merged

Update to Rust 1.73 #784

merged 3 commits into from
Oct 11, 2023

Conversation

swernli
Copy link
Collaborator

@swernli swernli commented Oct 11, 2023

This change updates the build scripts and yaml to use Rust 1.73, which introduced some new clippy lints that the code was in violation of. The changes have the version update and the code updates for compatibility, and to keep the new clippy lints in check the minimum required version is updated in prereqs.py.

This also updates the devcontainer to pin Python 3.11 because latest is now pointing to 3.12 which fails to build during container creation.

This change updates the build scripts and yaml to use Rust 1.73, which introduced some new clippy lints that the code was in violation of. The changes have the version update and the code updates for compatibility, and to keep the new clippy lints in check the minimum required version is updated in prereqs.py.

This also updates the devcontainer definition to include the Azure CLI and fixes the Python version to 3.11 (3.12 was releast on Oct 3, 2023 and does not yet play nice with azure-cli packages, see microsoft/azure-devops-python-api#469).
prereqs.py Outdated Show resolved Hide resolved
@swernli swernli changed the title Update to Rust 1.73, improve devcontainer Update to Rust 1.73 Oct 11, 2023
@swernli swernli enabled auto-merge October 11, 2023 22:27
@swernli swernli added this pull request to the merge queue Oct 11, 2023
Merged via the queue into main with commit c759409 Oct 11, 2023
14 checks passed
@swernli swernli deleted the swernli/rustupdate1.73 branch October 11, 2023 23:12
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.

4 participants