Skip to content

Commit 9ca4598

Browse files
authored
bump version to 0.3.1 (#31)
1 parent 891b5fc commit 9ca4598

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@ env:
99
CARGO_TERM_COLOR: always
1010

1111
jobs:
12-
# Run the check-test workflow first
13-
check-test:
14-
uses: ./.github/workflows/check-test.yaml
15-
1612
# Publish to crates.io after checks pass
1713
publish:
1814
name: Publish to crates.io
19-
needs: check-test
2015
runs-on: ubuntu-latest
2116
steps:
2217
- uses: actions/checkout@v3

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"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Generate accurate and informative tree dumps of asynchronous tasks."
66
repository = "https://github.com/risingwavelabs/await-tree"

0 commit comments

Comments
 (0)