feat(cargo): enable new sparse registry protocol

This commit is contained in:
Harsh Shandilya 2023-03-11 00:31:32 +00:00
parent 86ee51dc45
commit 4b05b40009

View file

@ -95,6 +95,8 @@
cargo-release cargo-release
rustStable rustStable
]; ];
CARGO_REGISTRIES_CRATES_IO_PROTOCOL = "sparse";
}; };
}); });
} }