bumb dependencies

This commit is contained in:
Robin Appelman 2024-03-11 16:05:12 +01:00
commit 3afce299f7
3 changed files with 176 additions and 213 deletions

View file

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