squirrel-labs / ratatosk

Rask is a platformer game built with WASM and Rust
https://rask.rocks
MIT License
15 stars 1 forks source link

Pin `wasm-bindgen` explicitly to `0.2.60` #73

Closed Ma27 closed 4 years ago

Ma27 commented 4 years ago

Otherwise, it's a loose versioning constraint and will be resolved to e.g. 0.2.62 when regenerating Cargo.lock (which is e.g. necessary during a rebase with merge-conflicts).

TrueDoctor commented 4 years ago

Did that in networking as well, since @NatrixAeria reviewed that as well, ill assume ist all right to merge