From b7489c8f35286b81f1d747248e80067cd4f6c7ee Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Sat, 19 Aug 2023 17:25:22 +0800 Subject: [PATCH] bump 0.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffe7c4d..b524312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "logcall" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["andylokandy "] description = "An attribute macro that logs the function return value."