We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce39d06 commit f369eb6Copy full SHA for f369eb6
CHANGELOG.md
@@ -4,3 +4,6 @@
4
- 0.2.0 - Used `performance` and `set_timeout` from `js_sys::global`.
5
- Fixed #3 NodeJS Support
6
- Fixed #5 Web Worker Support
7
+- 0.2.1 - Fixing the clippy warnings
8
+ - fix: impl traits on SystemTime
9
+ - Fix example inclusion
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "wasmtimer"
3
edition = "2021"
description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets"
-version = "0.2.0"
+version = "0.2.1"
authors = ["WhizSid <whizsid@aol.com>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
license = "MIT"
repository = "https://github.com/whizsid/wasmtimer-rs"
0 commit comments