feat(devshell): install cargo semver-checks

This commit is contained in:
Khaïs COLIN 2025-05-02 20:34:07 +02:00
parent a7876f76bf
commit 4848f2be2f

View file

@ -26,6 +26,7 @@
# devtools
pkgs.clippy
pkgs.bacon
pkgs.cargo-semver-checks
];
};
packages.default = pkgs.rustPlatform.buildRustPackage {