For implementation of ICE candidates error sending (#151) it was required to make changes in web-sys and because of it medea-jason started using git version of wasm-bindgen-related dependencies.
Now required feature was released in wasm-bindgen v0.2.92, so we can switch back to crates.io version of crate.
Solution
Switch back to crates.io version of wasm-bindgen-related dependencies.
Related to #151
Synopsis
For implementation of ICE candidates error sending (#151) it was required to make changes in
web-sys
and because of itmedea-jason
started using git version ofwasm-bindgen
-related dependencies.Now required feature was released in
wasm-bindgen v0.2.92
, so we can switch back to crates.io version of crate.Solution
Switch back to crates.io version of
wasm-bindgen
-related dependencies.Checklist
k::
labels applied