web-time
web-time copied to clipboard
Drop-in replacement for std::time for Wasm in browsers
Upping the versions of wasm-bindgen and js-sys to `0.2.92` and `0.3.69` respectively.
Seems to be a similar issue as https://github.com/rust-lang/rust/issues/100141
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.5] - 2021-08-20 Fixes Fix build on non-32/64-bit architectures (#1144) Fix "min_const_gen" feature for no_std...