instrumentisto / medea-jason

Mozilla Public License 2.0
2 stars 2 forks source link

Switch to crates.io version of `wasm-bindgen` #155

Closed evdokimovs closed 8 months ago

evdokimovs commented 8 months ago

Related to #151

Synopsis

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.

Checklist

evdokimovs commented 8 months ago

FCM

Upgrade `web-sys` crate to 0.3.68 version (#155)