From d999470be12013df98a92488a70147b506fd3033 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Sun, 22 Oct 2023 03:11:43 -0500 Subject: [PATCH] bump: version 0.1.2 (#10) Signed-off-by: Bugen Zhao --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06b915e..5c8be25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "await-tree" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Instrument await-tree for actor-based applications." repository = "https://github.com/risingwavelabs/await-tree" @@ -14,7 +14,7 @@ coarsetime = "0.1" derive_builder = "0.12" flexstr = "0.9" indextree = "4" -itertools = "0.10" +itertools = "0.11" parking_lot = "0.12" pin-project = "1" tokio = { version = "1", features = ["rt"] }