From 20b79e9cd5bf75bb253158c0b590284139e0291d Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:09:43 +0000 Subject: [PATCH] chore: devcontainer use spare protocol index --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b226482..3834500 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,6 +21,9 @@ "mounts": [ "source=/etc/timezone,target=/etc/timezone,type=bind,readonly" ], + "containerEnv": { + "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse" + }, "customizations": { "vscode": {