parent
1d14499400
commit
bee41c192f
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
|
@ -53,6 +53,7 @@
|
||||||
|
|
||||||
cargoArtifacts = craneLib.buildDepsOnly (commonArgs
|
cargoArtifacts = craneLib.buildDepsOnly (commonArgs
|
||||||
// {
|
// {
|
||||||
|
pname = "${package_name}-deps";
|
||||||
});
|
});
|
||||||
|
|
||||||
clippy = craneLib.cargoClippy (commonArgs
|
clippy = craneLib.cargoClippy (commonArgs
|
||||||
|
|
Loading…
Reference in a new issue