Skip to content

Commit

Permalink
bump: version 0.1.2 (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao authored Oct 22, 2023
1 parent ea9a240 commit d999470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"] }
Expand Down

0 comments on commit d999470

Please sign in to comment.