cargo-all-features: 1.10.0 -> 1.11.0 (#445677)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-24 05:46:19 +00:00
committed by GitHub

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";