cargo-all-features: 1.6.0 -> 1.7.0

Diff: https://github.com/frewsxcv/cargo-all-features/compare/1.6.0...1.7.0
This commit is contained in:
figsoda
2023-03-08 13:42:04 -05:00
parent a5bcb6e77a
commit 2a7bd670fc
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-all-features";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "frewsxcv";
repo = pname;
rev = version;
sha256 = "1pdr34ygc0qmh0dyrw1qcrh1vgg9jv9lm6ypl3fgjzz7npdj1dw4";
sha256 = "sha256-p9UQaqytqpD2u9X9zaTPIgVEloU2UbD/AxVERNs1Lt8=";
};
cargoSha256 = "sha256-BsRJo55gYT8OkDUBepWq48sW7QPt5OZkm8RR9f7HqZY=";
cargoSha256 = "sha256-krtuLFQlInqdv7j8v13/X3lL0JdaMsApb9Ga5muThgw=";
meta = with lib; {
description = "A Cargo subcommand to build and test all feature flag combinations";