chore: add `cargo-release` to devshell inputs

This commit is contained in:
Harsh Shandilya 2022-11-23 10:12:41 +00:00
parent b58efa4606
commit 28e58b5080
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = builtins.attrValues self.checks;
nativeBuildInputs = with pkgs; [ rustNightly ];
nativeBuildInputs = with pkgs; [ cargo-release rustNightly ];
};
});
}