From 1de7d945bb1c017df6dfda77911de2de53fc677c Mon Sep 17 00:00:00 2001 From: andylokandy Date: Fri, 12 Dec 2025 00:13:34 +0800 Subject: [PATCH] chore: release v0.1.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edf60df..085642b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "logcall" -version = "0.1.12" +version = "0.1.13" dependencies = [ "async-trait", "fastrace", diff --git a/Cargo.toml b/Cargo.toml index f7e8f8f..f58653b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "logcall" -version = "0.1.12" +version = "0.1.13" edition = "2021" rust-version = "1.80.0" description = "An attribute macro that logs the function return value."