We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891b5fc commit 9ca4598Copy full SHA for 9ca4598
.github/workflows/publish.yml
@@ -9,14 +9,9 @@ env:
9
CARGO_TERM_COLOR: always
10
11
jobs:
12
- # Run the check-test workflow first
13
- check-test:
14
- uses: ./.github/workflows/check-test.yaml
15
-
16
# Publish to crates.io after checks pass
17
publish:
18
name: Publish to crates.io
19
- needs: check-test
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "await-tree"
3
-version = "0.3.0"
+version = "0.3.1"
4
edition = "2021"
5
description = "Generate accurate and informative tree dumps of asynchronous tasks."
6
repository = "https://github.com/risingwavelabs/await-tree"
0 commit comments