Version 0.2.0
... | ... | @@ -5,7 +5,7 @@ name = "micro-timer" |
description = "Dumb tiny logging timer" | ||
license-file = "LICENCE" | ||
readme = "README.md" | ||
version = "0.1.2" | ||
version = "0.2.0" | ||
authors = ["Raphaël Gomès <rgomes@octobus.net>"] | ||
edition = "2018" | ||
homepage = "https://heptapod.octobus.net/Alphare/micro-timer" | ||
... | ... | @@ -13,7 +13,7 @@ repository = "https://heptapod.octobus.net/Alphare/micro-timer" |
[dependencies] | ||
scopeguard = "1.1.0" | ||
micro-timer-macros = {path = "libs/micro-timer-macros"} | ||
micro-timer-macros = { path = "libs/micro-timer-macros", version = "0.2.0" } | ||
[dev-dependencies] | ||
log = "0.4.8" | ||
\ No newline at end of file |
Please register or sign in to comment