Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Nov 4, 2021
1 parent d510fad commit 122b905
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Simply add a corresponding entry to your `Cargo.toml` dependency list:

```toml,ignore
[dependencies]
measure_time = "0.7"
measure_time = "0.8"
```

### Examples
Expand Down Expand Up @@ -55,3 +55,7 @@ Added a small example (https://github.com/PSeitz/rust_measure_time/tree/master/m

#### Version 0.7.0
Support 2018 imports, with improved macro import hygiene.

#### Version 0.8.0
Fix human readable time, see https://github.com/PSeitz/rust_measure_time/commit/bd829342aaed87db84f49ee6f7f46749b8c8e2ca for details.

0 comments on commit 122b905

Please sign in to comment.