Skip to content

Commit c5bacf4

Browse files
committed
chore: pin Rust toolchain to 1.92
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.
1 parent f49f228 commit c5bacf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "1.92"
3+
components = ["rustfmt", "clippy", "rust-analyzer"]
4+
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-musl"]

0 commit comments

Comments
 (0)