Skip to content

Commit 300191b

Browse files
authored
bump version to 0.3.2-alpha.1 (#33)
1 parent 6433f7a commit 300191b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "await-tree-attributes"]
33

44
[package]
55
name = "await-tree"
6-
version = "0.3.1"
6+
version = "0.3.2-alpha.1"
77
edition = "2021"
88
description = "Generate accurate and informative tree dumps of asynchronous tasks."
99
repository = "https://github.com/risingwavelabs/await-tree"
@@ -18,7 +18,7 @@ tokio = ["dep:tokio"]
1818
attributes = ["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 }
2222
coarsetime = "0.1"
2323
derive_builder = "0.20"
2424
easy-ext = "1"

await-tree-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "await-tree-attributes"
3-
version = "0.1.0"
3+
version = "0.1.0-alpha.1"
44
edition = "2021"
55
description = "Procedural attributes for await-tree instrumentation"
66
repository = "https://github.com/risingwavelabs/await-tree"

0 commit comments

Comments
 (0)