From b43ae8e1f8381786f76ae360f53ae20702de7b4c Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Tue, 24 Jun 2025 14:10:54 +0800 Subject: [PATCH] ttrpc: release 0.8.6 Changelog: - #302 Signed-off-by: Tim Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb180ea7..67bfeb4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttrpc" -version = "0.8.5" +version = "0.8.6" authors = ["The AntFin Kata Team "] edition = "2018" license = "Apache-2.0"