1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

semver check

This commit is contained in:
Robin Appelman 2023-11-11 21:38:14 +01:00
commit b217226667
2 changed files with 9 additions and 1 deletions

View file

@ -43,7 +43,7 @@
};
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy cargo-audit cargo-msrv cargo-fuzz];
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy cargo-audit cargo-msrv cargo-fuzz cargo-semver-checks];
};
});
}