/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
.devcontainer/rust/devcontainer-feature.json
13 строк
313 B
Will Binns-Smith
Update Rust toolchain to nightly-2026-07-29 (#96365)
31 июл 2026, 01:11
Не верифицирован
31 июл 2026, 01:11
1c39fca
Код
Авторство
О чём код?
{ "id": "rust", "name": "next.js-rust", "version": "0.0.0", "dependsOn": { "ghcr.io/devcontainers/features/rust:1": { // this should match the `rust-toolchain.toml` "version": "nightly-2026-07-29", "profile": "minimal", "components": "rustfmt,clippy,rust-analyzer" } } }