File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = [".", "await-tree-attributes"]
33
44[package ]
55name = " await-tree"
6- version = " 0.3.1"
6+ version = " 0.3.2-alpha. 1"
77edition = " 2021"
88description = " Generate accurate and informative tree dumps of asynchronous tasks."
99repository = " https://github.com/risingwavelabs/await-tree"
@@ -18,7 +18,7 @@ tokio = ["dep:tokio"]
1818attributes = [" dep:await-tree-attributes" ]
1919
2020[dependencies ]
21- await-tree-attributes = { path = " await-tree-attributes" , version = " 0.1" , optional = true }
21+ await-tree-attributes = { path = " await-tree-attributes" , version = " 0.1.0-alpha.1 " , optional = true }
2222coarsetime = " 0.1"
2323derive_builder = " 0.20"
2424easy-ext = " 1"
Original file line number Diff line number Diff line change 11[package ]
22name = " await-tree-attributes"
3- version = " 0.1.0"
3+ version = " 0.1.0-alpha.1 "
44edition = " 2021"
55description = " Procedural attributes for await-tree instrumentation"
66repository = " https://github.com/risingwavelabs/await-tree"
You can’t perform that action at this time.
0 commit comments