Skip to content

Commit

Permalink
Merge pull request #13 from museun/dev
Browse files Browse the repository at this point in the history
fix version. it should be 0.4 for this release. not 0.3
  • Loading branch information
museun authored Apr 7, 2024
2 parents 26a15ed + dfea767 commit 2923311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mock_instant"
version = "0.3.0"
version = "0.4.0"
authors = [ "museun <museun@outlook.com>" ]
edition = "2018"
license = "0BSD"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mock_instant

**_NOTE_** As of version 0.3, the thread-local clock has been removed. The clock will always be thread-safe.
**_NOTE_** As of version 0.4, the thread-local clock has been removed. The clock will always be thread-safe.

To ensure unsurprising behavior, **reset** the clock _before_ each test (if that behavior is applicable.)

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! # mock_instant
**_NOTE_** As of version 0.3, the thread-local clock has been removed. The clock will always be thread-safe.
**_NOTE_** As of version 0.4, the thread-local clock has been removed. The clock will always be thread-safe.
To ensure unsurprising behavior, **reset** the clock _before_ each test (if that behavior is applicable.)
Expand Down

0 comments on commit 2923311

Please sign in to comment.