cargo-all-features: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2025-09-24 00:50:34 +00:00
parent 77ac76b5ca
commit 64cf7534b7

View File

@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-all-features";
version = "1.10.0";
version = "1.11.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-/w3Xd7PXUNtqzRYmUqJtth+GDuXSnsk1NiYCTYsHuAQ=";
hash = "sha256-pHwQq6/KGCIYm3Q63YbUit6yUjwEFnpBJCE6lpGBcZc=";
};
cargoHash = "sha256-OgVeAuC36mP8rv4+XHsrOe7KKnpQ/u0M3g91NE0u98A=";
cargoHash = "sha256-tAwU7vJLp4KLzYAEbtSpNKbZBz+hBdAiIkUD/A5CpwI=";
meta = with lib; {
description = "Cargo subcommand to build and test all feature flag combinations";