Skip to content

Commit

Permalink
Bump cargo version to 0.3.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
whizsid authored Oct 11, 2024
1 parent e919cb0 commit d986a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
- 0.2.1 - Fixing the clippy warnings
- fix: impl traits on SystemTime
- Fix example inclusion
- 0.3.0 - Added new methods (`checked_duration_since`, `saturating_duration_since`, `checked_add` and `checked_sub`) methods.
- Fixed micro seconds precision lost issue
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wasmtimer"
edition = "2021"
description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets"
version = "0.2.1"
version = "0.3.0"
authors = ["WhizSid <[email protected]>", "Pierre Krieger <[email protected]>"]
license = "MIT"
repository = "https://github.com/whizsid/wasmtimer-rs"
Expand Down

0 comments on commit d986a63

Please sign in to comment.