feat: set up for GitHub releases

This commit is contained in:
Harsh Shandilya 2023-05-11 13:37:23 +05:30
parent 2817eefa30
commit a6f9253a4b
No known key found for this signature in database
4 changed files with 166 additions and 2 deletions

View file

@ -87,7 +87,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = builtins.attrValues self.checks;
nativeBuildInputs = with pkgs; [cargo-nextest rustStable];
nativeBuildInputs = with pkgs; [cargo-dist cargo-nextest cargo-release rustStable];
CARGO_REGISTRIES_CRATES_IO_PROTOCOL = "sparse";
};