๐Ÿ“ฆ vercel / next.js

๐Ÿ“„ rust-toolchain.toml ยท 6 lines
1
2
3
4
5
6# if you update this, also update `.devcontainer/rust/devcontainer-feature.json`
[toolchain]
channel = "nightly-2026-01-04"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"