mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
new version
This commit is contained in:
parent
cd840cdb33
commit
0f1d226251
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -687,7 +687,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|||
|
||||
[[package]]
|
||||
name = "scopetime"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"log",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue