matrix-rust-sdk
matrix-rust-sdk copied to clipboard
Switch to another crate instead of `instant`
We use instant to provide an implementation of std::time::Instant on wasm.
However, as https://github.com/sebcrozet/instant/issues/52 notes, that crate isn't very well maintained. Consider the use of web-time instead.
Thanks for the issue.