From 484c5d9bf6076b4d668b05bdbf7715c9217664aa Mon Sep 17 00:00:00 2001 From: April John <30842467+CutestNekoAqua@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:06:52 +0000 Subject: [PATCH] [fix] use latest feature versions --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c5b31f3..788e0b6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/devcontainers/features/nix:1": {}, - "ghcr.io/devcontainers/features/rust:1": {} + "ghcr.io/devcontainers/features/nix:latest": {}, + "ghcr.io/devcontainers/features/rust:latest": {} } } \ No newline at end of file