From eebc053fb62bc4c9ba8d2dddf4d334979be87686 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:41:17 -0500 Subject: [PATCH] Add rust feature --- .devcontainer/community_dev/devcontainer.json | 3 ++- .devcontainer/internal_dev/devcontainer.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/community_dev/devcontainer.json b/.devcontainer/community_dev/devcontainer.json index ce3b8a21c6..db69efe9dc 100644 --- a/.devcontainer/community_dev/devcontainer.json +++ b/.devcontainer/community_dev/devcontainer.json @@ -6,7 +6,8 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "16" - } + }, + "ghcr.io/devcontainers/features/rust:1": {} }, "mounts": [ { diff --git a/.devcontainer/internal_dev/devcontainer.json b/.devcontainer/internal_dev/devcontainer.json index 862b9297c4..01eb60233b 100644 --- a/.devcontainer/internal_dev/devcontainer.json +++ b/.devcontainer/internal_dev/devcontainer.json @@ -9,7 +9,8 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "16" - } + }, + "ghcr.io/devcontainers/features/rust:1": {} }, "mounts": [ {