Added cargo-bump to devenv

This commit is contained in:
2025-05-28 11:13:44 +01:00
parent 94317da086
commit 603762d776
2 changed files with 31 additions and 43 deletions

View File

@@ -7,6 +7,7 @@
}: {
packages = with pkgs; [
act
cargo-bump
git
ruff
];
@@ -18,7 +19,7 @@
languages = {
python = {
version = "3.12";
version = "3.13";
enable = true;
poetry = {
enable = true;