Merge pull request #220186 from figsoda/cargo-all-features

cargo-all-features: 1.6.0 -> 1.7.0
This commit is contained in:
Mario Rodas 2023-03-10 00:33:43 -05:00 committed by GitHub
commit b8e32b76fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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