[create-pull-request] automated change

This commit is contained in:
rvcas 2023-02-28 06:11:24 +00:00 committed by Lucas
parent a9be624cec
commit e14048fdbb
1 changed files with 7 additions and 0 deletions

7
Cargo.nix generated vendored
View File

@ -2159,6 +2159,13 @@ in
version = "3.5.0";
registry = "registry+https://github.com/rust-lang/crates.io-index";
src = fetchCratesIo { inherit name version; sha256 = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"; };
features = builtins.concatLists [
[ "supports-color" ]
[ "supports-colors" ]
];
dependencies = {
supports_color = rustPackages."registry+https://github.com/rust-lang/crates.io-index".supports-color."1.3.1" { inherit profileName; };
};
});
"registry+https://github.com/rust-lang/crates.io-index".pallas."0.16.0" = overridableMkRustCrate (profileName: rec {