new version

This commit is contained in:
Stephan Dilly 2020-03-24 21:01:58 +01:00
parent cd840cdb33
commit 0f1d226251
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -687,7 +687,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scopetime"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"log",
]

View File

@ -1,6 +1,6 @@
[package]
name = "scopetime"
version = "0.1.0"
version = "0.1.1"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "log runtime of arbitrary scope"