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 298380a commit 49de144Copy full SHA for 49de144
.github/workflows/build.yml
@@ -53,13 +53,13 @@ jobs:
53
run: |
54
RUSTFLAGS="${{ matrix.flags }}" cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
55
56
+ - name: Check semver
57
+ uses: obi1kenobi/cargo-semver-checks-action@v2
58
+
59
publish:
60
needs:
61
- build
62
runs-on: ubuntu-latest
- env:
- RUST_LOG: info
- RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
63
steps:
64
- uses: actions/checkout@v4
65
- uses: katyo/publish-crates@v2
0 commit comments