From 5220865e5bae5c64f7c6c2b643388e053ce1f7be Mon Sep 17 00:00:00 2001 From: Seimizu Joukan Date: Mon, 24 Nov 2025 10:09:00 +0900 Subject: [PATCH] Bump version to v0.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e40f5d..dba27fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jtracing" -version = "0.2.6" +version = "0.2.7" description = "Tracing utilites." authors = ["Seimizu Joukan "] repository = "https://github.com/saimizi/jtracing.git"