Skip to content

Commit ca80d5f

Browse files
committed
Bump Version
1 parent 276c311 commit ca80d5f

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
@@ -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

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.0.1"
5+
version = "0.1.0"
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)