From 4b05b40009c2912c1391040870ccb31b833a9305 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 11 Mar 2023 00:31:32 +0000 Subject: [PATCH] feat(cargo): enable new sparse registry protocol --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 736910b..ed921bc 100644 --- a/flake.nix +++ b/flake.nix @@ -95,6 +95,8 @@ cargo-release rustStable ]; + + CARGO_REGISTRIES_CRATES_IO_PROTOCOL = "sparse"; }; }); }