cargo-careful: 0.2.4 -> 0.3.2

Diff: https://github.com/RalfJung/cargo-careful/compare/v0.2.4...v0.3.2
This commit is contained in:
figsoda
2023-04-22 13:54:26 -04:00
parent a4ee149b2f
commit fcafb3938f
@@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-careful";
version = "0.2.4";
version = "0.3.2";
src = fetchFromGitHub {
owner = "RalfJung";
repo = "cargo-careful";
rev = "v${version}";
hash = "sha256-kKF/Fp6RCF9PUdgqeo2e4vLVhl8+5M4oa0Q18ZdXJRc=";
hash = "sha256-+rj9f4uCNDWwX+0Dsr7dwoeQunvsniG61+W9ehs0KDY=";
};
cargoHash = "sha256-rhTi4rHfU+ZgNAMXSX7r5k3NfMUPNjHIUDs6FzeqcWk=";
cargoHash = "sha256-dxb+euJ5PCdDjfne+iUTgsdOSt2HLiItHrVwHx4588c=";
meta = with lib; {
description = "A tool to execute Rust code carefully, with extra checking along the way";