bumb dependencies

This commit is contained in:
Robin Appelman 2022-10-06 16:45:16 +02:00
commit 88b4abd252
3 changed files with 10 additions and 10 deletions

View file

@ -16,7 +16,7 @@
in rec {
# `nix develop`
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy cargo-audit];
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy cargo-audit cargo-msrv];
};
});
}