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

Add rust toolchain file to specify the rust version used on CI. #3598

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Mar 16, 2023

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.

- [ ] Add change to CHANGELOG.md. See simple instructions inside file. Not interesting enough

Description
This caused me quite some annoyance when fixing clippy issues - my local clippy used a newer version than CI. With this in place it runs the same version automatically

Testing
Run clippy etc.

This caused me quite some annoyance when fixing clippy issues - my local clippy used a newer version than CI. With this in place it runs the same version automatically
rust-toolchain Show resolved Hide resolved
@cwfitzgerald cwfitzgerald merged commit b330ff2 into gfx-rs:master Mar 22, 2023
@Wumpf Wumpf deleted the rust-toolchain-file branch March 22, 2023 19:57
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