From 71ba561221f80b2960487af0ecd5f6a1973deb7b Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 6 Jan 2023 11:05:24 +0100 Subject: [PATCH] bump version --- scopetime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scopetime/Cargo.toml b/scopetime/Cargo.toml index da303cf7..4052a792 100644 --- a/scopetime/Cargo.toml +++ b/scopetime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scopetime" -version = "0.1.1" +version = "0.1.2" authors = ["extrawurst "] edition = "2021" description = "log runtime of arbitrary scope"