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.
This commit is contained in:
Florian Klink
2026-04-20 09:32:16 +02:00
parent c532e06d49
commit a29edb9362
+2 -2
View File
@@ -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
]
}
'';