Commit a29edb93 authored by Florian Klink's avatar Florian Klink
Browse files

dioxus-cli: use wasm-bindgen-cli_0_2_118

Else `dx serve` on a new project complains about wasm-bindgen-cli not
having the correct version.
parent c532e06d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  rustfmt,
  makeWrapper,
  esbuild,
  wasm-bindgen-cli_0_2_114,
  wasm-bindgen-cli_0_2_118,
  testers,
  dioxus-cli,
  withTelemetry ? false,
@@ -72,7 +72,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      --suffix PATH : ${
        lib.makeBinPath [
          esbuild
          wasm-bindgen-cli_0_2_114
          wasm-bindgen-cli_0_2_118
        ]
      }
  '';