Skip to content

Conversation

@kvinwang
Copy link
Collaborator

@kvinwang kvinwang commented Jan 29, 2026

Summary

  • Add rust-toolchain.toml to pin Rust version to 1.92
  • Includes components: rustfmt, clippy, rust-analyzer
  • Includes targets: wasm32-unknown-unknown, x86_64-unknown-linux-musl
  • Bump key-provider Dockerfile Rust version to 1.92 to match

Test plan

  • cargo check passes
  • cargo clippy --all-targets passes (no new warnings)
  • CI reuse-lint passes

Add rust-toolchain.toml to ensure consistent compiler version across
developers and CI. Includes rustfmt, clippy, rust-analyzer components
and wasm32-unknown-unknown, x86_64-unknown-linux-musl targets.
@kvinwang kvinwang force-pushed the chore/rust-toolchain branch from 46e3516 to 6362717 Compare January 29, 2026 03:23
@kvinwang kvinwang enabled auto-merge January 29, 2026 03:25
@kvinwang kvinwang merged commit a3042a6 into master Jan 29, 2026
11 checks passed
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