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

build: bump rust to 1.80 #4833

Merged
merged 1 commit into from
Sep 11, 2024
Merged

build: bump rust to 1.80 #4833

merged 1 commit into from
Sep 11, 2024

Conversation

conorsch
Copy link
Contributor

Describe your changes

Cleans up some unused cfg_attrs that weren't previously generating warnings. All are cosmetic, and don't affect application functionality.

Also adds the rust-analyzer component the rust-toolchain toml, ensuring that the correct version of rust-analyzer (corresponding to the channel specified in toolchain.toml) is used, so that developers can easily hook up their IDEs.

Issue ticket number and link

N/A

Checklist before requesting a review

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    no change to app behavior: updates build tooling, and removes unused config-attributes in source code.

@conorsch conorsch marked this pull request as draft August 23, 2024 21:07
@conorsch conorsch marked this pull request as ready for review August 26, 2024 16:41
@conorsch conorsch marked this pull request as draft August 27, 2024 20:44
@conorsch conorsch marked this pull request as ready for review August 29, 2024 17:57
Cleans up some unused cfg_attrs that weren't previously generating
warnings. All are cosmetic, and don't affect application functionality.

Also adds the `rust-analyzer` component the rust-toolchain toml,
ensuring that the correct version of rust-analyzer (corresponding to the
channel specified in toolchain.toml) is used, so that developers
can easily hook up their IDEs.
@conorsch conorsch merged commit 5717176 into main Sep 11, 2024
13 checks passed
@conorsch conorsch deleted the rust-update-1_80 branch September 11, 2024 23:54
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.

2 participants