chore(deps): bump to beamterm 1.0.0#169
Conversation
1769a8c to
509df74
Compare
|
Tried to run the demo but hitting this: Probably a skill issue |
|
i think your wasm-bindgen-cli is too old; the lock file requires 0.2.108 but you have 0.2.106. |
|
That's weird: Then I realized it's using the locally downloaded binary from cache... I deleted the cache and it still tried to install 0.2.106: Then I placed [tools]
wasm_bindgen = "0.2.117"Then it used the already-installed version and it all worked fine: I'm wondering if we override the wasm_bindgen version elsewhere in the repo? Also related: trunk-rs/trunk#935 |
ok, think it was due to each of us having a different |
|
Yup, I just deleted |
probably (hopefully) the last bump in a while. version should be
cargo update-able too, going forward.the release is otherwise pretty uninteresting from a ratzilla pov. dropped at least one dep, so that's good.
beamterm 1.0.0 will probably be released before the next ratzilla release, so might as well hold off on merging. 0.18.0 mostly revolves around native/not-wasm stuff + final api audit.