Dioxus: Difference between revisions
CathalMullan (talk | contribs) Further explanation of wasm-bindgen pinning of CLI. |
CathalMullan (talk | contribs) m Fix cargo log message |
||
Line 21: | Line 21: | ||
</syntaxhighlight>Run ''cargo update'', and you should see the version being downgraded.<syntaxhighlight lang="text"> | </syntaxhighlight>Run ''cargo update'', and you should see the version being downgraded.<syntaxhighlight lang="text"> | ||
Downgrading wasm-bindgen v0.2.99 -> v0.2.97 (available: v0.2.99) | |||
</syntaxhighlight>You will also want to ensure the version of ''wasm-bindgen-cli'' matches, which can be done via looking up the current version from the lock file. <syntaxhighlight lang="nix"> | </syntaxhighlight>You will also want to ensure the version of ''wasm-bindgen-cli'' matches, which can be done via looking up the current version from the lock file. <syntaxhighlight lang="nix"> | ||
cargoLock = builtins.fromTOML (builtins.readFile ./Cargo.lock); | cargoLock = builtins.fromTOML (builtins.readFile ./Cargo.lock); |