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 276c311 commit ca80d5fCopy full SHA for ca80d5f
CHANGELOG.md
@@ -0,0 +1,3 @@
1
+- 0.0.1 - Initial version with tokio, tokio_util, std APIs
2
+- 0.1.0 - Added serde support with an additional feature `serde`.
3
+ - Changed the version requirements of dependencies to match future versions
Cargo.toml
@@ -2,7 +2,7 @@
name = "wasmtimer"
edition = "2021"
4
description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets"
5
-version = "0.0.1"
+version = "0.1.0"
6
authors = ["WhizSid <whizsid@aol.com>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
7
license = "MIT"
8
repository = "https://github.com/whizsid/wasmtimer-rs"
0 commit comments