Unverified Commit cdc9bcb4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #230338 from figsoda/cargo-careful

cargo-careful: 0.3.3 -> 0.3.4
parents 67b82a40 79a0d9c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-careful";
  version = "0.3.3";
  version = "0.3.4";

  src = fetchFromGitHub {
    owner = "RalfJung";
    repo = "cargo-careful";
    rev = "v${version}";
    hash = "sha256-oYwbRww+NFPV9q26vfuTdxTBp0kzWdgWl6MAXhir2lc=";
    hash = "sha256-BW1Q54DlEAle4iVUXvKdz5PRhdWe736K7yo/KRKAUys=";
  };

  cargoHash = "sha256-8b718qYPFFstjl2LQ23IoQDikF9YV1Ao+pDg2tiXxsc=";
  cargoHash = "sha256-r5dCJT0tDo+IlDpVV90eGswIKLEWuSCogiS9Qvch2tA=";

  meta = with lib; {
    description = "A tool to execute Rust code carefully, with extra checking along the way";