From 9ebfa3645d882f3557c509c17c0edc31b77e1f76 Mon Sep 17 00:00:00 2001 From: YangKeao Date: Mon, 29 Aug 2022 17:33:16 +0800 Subject: [PATCH] Bump version to v0.10.1 Signed-off-by: YangKeao --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c113036..9f1ae73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pprof" -version = "0.10.0" +version = "0.10.1" authors = ["Yang Keao "] edition = "2021" license = "Apache-2.0"