matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

Switch to another crate instead of `instant`

Open richvdh opened this issue 2 years ago • 1 comments

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.

richvdh avatar Dec 13 '23 15:12 richvdh

Thanks for the issue.

Hywan avatar Dec 13 '23 16:12 Hywan