Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphaël Gomès
micro-timer
Commits
69911827ce01
Commit
d20dd8ff
authored
Feb 28, 2020
by
Raphaël Gomès
Browse files
Version 0.1.2
parent
bd077cc9e094
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
69911827
...
...
@@ -37,7 +37,7 @@ dependencies = [
[[package]]
name = "micro-timer"
version = "0.1.
1
"
version = "0.1.
2
"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
69911827
...
...
@@ -3,7 +3,7 @@ name = "micro-timer"
description
=
"Dumb tiny logging timer"
license-file
=
"LICENCE"
readme
=
"README.md"
version
=
"0.1.
1
"
version
=
"0.1.
2
"
authors
=
[
"Raphaël Gomès <rgomes@octobus.net>"
]
edition
=
"2018"
homepage
=
"https://heptapod.octobus.net/Alphare/micro-timer"
...
...
README.md
View file @
69911827
...
...
@@ -8,7 +8,7 @@ In ``Cargo.toml``:
```
toml
[dependencies]
micro-timer
=
"0.1"
micro-timer
=
"0.1
.2
"
log
=
"0.4.8"
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment