Unverified Commit 6c0bbac1 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #256634 from r-ryantm/auto-update/cargo-run-bin

cargo-run-bin: 1.2.0 -> 1.3.2
parents 704b0c55 4b411427
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-run-bin";
  version = "1.2.0";
  version = "1.3.2";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-roeim5enxqklJOW7Qqr+Gci5lUIOW9kn3tlCm8qrEJk=";
    hash = "sha256-NWXyy2VgVjEftD2Zl6TbpJnXVTi4UUNSomHCv9Gnkrk=";
  };

  cargoHash = "sha256-A/HlFse2wWOH85oZQvlRaePdF/4YfSL3qroDYGwwi9U=";
  cargoHash = "sha256-eiRKWV+xMyyv61FIBJWt0B12e6mn+G1kW0LpyCMuWWc=";

  # multiple impurities in tests
  doCheck = false;