1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

bumb dependencies

This commit is contained in:
Robin Appelman 2022-07-21 14:05:50 +02:00
commit 0792f79d7c
3 changed files with 73 additions and 69 deletions

View file

@ -21,7 +21,7 @@
# `nix develop`
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ rustc cargo bacon ];
nativeBuildInputs = with pkgs; [ rustc cargo bacon cargo-edit cargo-outdated ];
};
}
);