cargo-diet: 1.2.7 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-04-04 14:43:08 +00:00
parent c11a94ff82
commit 7d90cce641
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-diet";
version = "1.2.7";
version = "1.3.0";
src = fetchFromGitHub {
owner = "the-lean-crate";
repo = "cargo-diet";
rev = "v${finalAttrs.version}";
hash = "sha256-SuJ1H/2YfSVVigdgLUd9veMClI7ZT7xkkyQ4PfXoQdQ=";
hash = "sha256-YjUO8UUXWZvZZZ2Y0py5LQdVBpq8jjwvGimVAWC8Gr8=";
};
cargoHash = "sha256-crdRRlRi3H8j/ojGH+oqmaeSS8ee8dUALorZPWE/j1Y=";
cargoHash = "sha256-CnaeS7mh+QDPcQgeKzNV5Vey3zsiD10NdlfdQ1kcDB8=";
meta = {
description = "Help computing optimal include directives for your Cargo.toml manifest";