Unverified Commit c3627eb5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #214035 from bouk/update-wasmbindgencli

wasm-bindgen-cli: 0.2.83 -> 0.2.84
parents 53f7bca5 fe776684
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

rustPlatform.buildRustPackage rec {
  pname = "wasm-bindgen-cli";
  version = "0.2.83";
  version = "0.2.84";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-+PWxeRL5MkIfJtfN3/DjaDlqRgBgWZMa6dBt1Q+lpd0=";
    sha256 = "sha256-0rK+Yx4/Jy44Fw5VwJ3tG243ZsyOIBBehYU54XP/JGk=";
  };

  cargoSha256 = "sha256-GwLeA6xLt7I+NzRaqjwVpt1pzRex1/snq30DPv4FR+g=";
  cargoSha256 = "sha256-vcpxcRlW1OKoD64owFF6mkxSqmNrvY+y3Ckn5UwEQ50=";

  nativeBuildInputs = [ pkg-config ];