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