Skip to content

Commit f369eb6

Browse files
authored
Bump cargo version (#15)
1 parent ce39d06 commit f369eb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
- 0.2.0 - Used `performance` and `set_timeout` from `js_sys::global`.
55
- Fixed #3 NodeJS Support
66
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "wasmtimer"
33
edition = "2021"
44
description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets"
5-
version = "0.2.0"
5+
version = "0.2.1"
66
authors = ["WhizSid <whizsid@aol.com>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
77
license = "MIT"
88
repository = "https://github.com/whizsid/wasmtimer-rs"

0 commit comments

Comments
 (0)