Revert "ci: had poor package name"

This reverts commit 1d14499400.
This commit is contained in:
silver 2024-06-03 23:26:42 +01:00
parent 1d14499400
commit bee41c192f
2 changed files with 2 additions and 1 deletions

View file

@ -37,4 +37,4 @@ chrono = "0.4.26"
lettre = "0.10.4" lettre = "0.10.4"
maud = "0.25.0" maud = "0.25.0"
serde = "1.0.188" serde = "1.0.188"

View file

@ -53,6 +53,7 @@
cargoArtifacts = craneLib.buildDepsOnly (commonArgs cargoArtifacts = craneLib.buildDepsOnly (commonArgs
// { // {
pname = "${package_name}-deps";
}); });
clippy = craneLib.cargoClippy (commonArgs clippy = craneLib.cargoClippy (commonArgs