bumb dependencies

This commit is contained in:
Robin Appelman 2022-08-21 15:36:28 +02:00
commit 06b003ec6e
2 changed files with 15 additions and 15 deletions

View file

@ -15,7 +15,7 @@
naersk-lib = naersk.lib."${system}";
in rec {
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [rustc cargo bacon pkg-config];
nativeBuildInputs = with pkgs; [rustc cargo bacon pkg-config cargo-edit cargo-outdated];
buildInputs = with pkgs; [ openssl ];
};
});