Skip to content

chore(repo): add rust-toolchain.toml pinning 1.85.0#333

Closed
K1NGD4VID wants to merge 1 commit into
mainfrom
fix/285-rust-toolchain
Closed

chore(repo): add rust-toolchain.toml pinning 1.85.0#333
K1NGD4VID wants to merge 1 commit into
mainfrom
fix/285-rust-toolchain

Conversation

@K1NGD4VID

Copy link
Copy Markdown
Contributor

Summary

Pin the workspace to Rust 1.85.0 with the wasm32v1-none target and clippy/rustfmt components so every contributor and CI runner uses the same toolchain.

Changes

  • rust-toolchain.toml: new file pinning channel to 1.85.0, target wasm32v1-none, components clippy + rustfmt.

Closes #285

@K1NGD4VID

Copy link
Copy Markdown
Contributor Author

Closing as premature — pinning to wasm32v1-none in rust-toolchain.toml removes wasm32-unknown-unknown, but CI still targets the latter (see .github/workflows/ci.yml). This PR should land together with #283 (Rust pin in CI) and #284 (wasm target switch in CI). Reopening once those are in scope. Issue #285 stays open.

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.

[High] chore(repo): add rust-toolchain.toml pinning 1.85.0

1 participant