From 6c12007b07fd8cfa976fe9726de94ec6524e2b93 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 1 Aug 2023 16:47:02 -0400 Subject: [PATCH] cargo-all-features: 1.9.0 -> 1.10.0 Diff: https://diff.rs/cargo-all-features/1.9.0/1.10.0 --- pkgs/development/tools/rust/cargo-all-features/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-all-features/default.nix b/pkgs/development/tools/rust/cargo-all-features/default.nix index a61d5588210..0a7aeb9accb 100644 --- a/pkgs/development/tools/rust/cargo-all-features/default.nix +++ b/pkgs/development/tools/rust/cargo-all-features/default.nix @@ -5,14 +5,14 @@ rustPlatform.buildRustPackage rec { pname = "cargo-all-features"; - version = "1.9.0"; + version = "1.10.0"; src = fetchCrate { inherit pname version; - hash = "sha256-OLnz1SmMLs/yats/lZugqNUlBQHSNR1bOuEmnHGdoN8="; + hash = "sha256-/w3Xd7PXUNtqzRYmUqJtth+GDuXSnsk1NiYCTYsHuAQ="; }; - cargoHash = "sha256-Gg5tF8IvbtIoqR0AKRS7IbcCNOCJO8oxwX0KkUr+l/M="; + cargoHash = "sha256-d69jj2FGptjndJG1tq3Fb/8F3kuFXN5otsYGhXYhhZg="; meta = with lib; { description = "A Cargo subcommand to build and test all feature flag combinations";