/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v16.2.12
.devcontainer/rust/devcontainer-feature.json
13 строк
313 B
Benjamin Woodruff
Turbopack: Update rust toolchain to nightly-2026-02-18 (#89974)
19 фев 2026, 02:41
Не верифицирован
19 фев 2026, 02:41
5563b4d
Код
Авторство
О чём код?
{ "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-02-18", "profile": "minimal", "components": "rustfmt,clippy,rust-analyzer" } } }