Skip to content

Deps fix

onyinyang requested to merge onyinyang/lox:deps-fix into main

This fixes a dependency issue that causes wasm-bindgen v0.2.85+ to fail due to an incompatibility with stdweb. Updating the time crate to 0.3.0 removes the dependency on stdweb and fixes the issue.

Merge request reports